We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a72f19 commit 237a235Copy full SHA for 237a235
src/lib.rs
@@ -1,5 +1,5 @@
1
#![allow(dead_code, unused_imports)]
2
-#![feature(ptr_internals, test, futures_api, async_await, await_macro)]
+#![feature(ptr_internals, test, async_await, await_macro)]
3
4
pub mod config;
5
pub mod errors;
0 commit comments