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 00ad9f4 commit 3626fc6Copy full SHA for 3626fc6
futures-util/src/lib.rs
@@ -1,7 +1,7 @@
1
//! Combinators and utilities for working with `Future`s, `Stream`s, `Sink`s,
2
//! and the `AsyncRead` and `AsyncWrite` traits.
3
4
-#![feature(pin, arbitrary_self_types)]
+#![feature(pin, arbitrary_self_types, futures_api)]
5
6
#![no_std]
7
#![deny(missing_docs, missing_debug_implementations, warnings)]
0 commit comments