diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-12-04 15:32:28 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-12-10 13:37:23 +0100 |
commit | a6f0bef0a77ccc2c03d85a8e5841e830e52f5642 (patch) | |
tree | e6c292338e8794b368a9ed25cc8afd7e0dec7c98 /nix-rust/src/lib.rs | |
parent | 7f08975050e19b3e3ed002743ed19022789c7ccc (diff) |
Update to async/await-enabled tokio
Diffstat (limited to 'nix-rust/src/lib.rs')
-rw-r--r-- | nix-rust/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nix-rust/src/lib.rs b/nix-rust/src/lib.rs index cda63d2c7..4654d4cc3 100644 --- a/nix-rust/src/lib.rs +++ b/nix-rust/src/lib.rs @@ -1,5 +1,3 @@ -#![feature(await_macro, async_await)] - #[macro_use] extern crate lazy_static; |