forked from capnproto/capnproto-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the thing that prevents no_std into rpc
So, [currently][1], `async` fns/closures prevent crates from building in a no_std environment. Since the only occurrence is this single `send` method, I've moved it to the rpc crate. [1]: rust-lang/rust#56974
- Loading branch information
Pascal Hertleif
committed
Feb 11, 2020
1 parent
21ca13c
commit 6b9d06e
Showing
3 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters