Skip to content

Commit 3626fc6

Browse files
committed
stdify futures-util
1 parent 00ad9f4 commit 3626fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-util/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Combinators and utilities for working with `Future`s, `Stream`s, `Sink`s,
22
//! and the `AsyncRead` and `AsyncWrite` traits.
33
4-
#![feature(pin, arbitrary_self_types)]
4+
#![feature(pin, arbitrary_self_types, futures_api)]
55

66
#![no_std]
77
#![deny(missing_docs, missing_debug_implementations, warnings)]

0 commit comments

Comments
 (0)