Skip to content

Commit 0824055

Browse files
remove cfg_attr for stabilized feature
1 parent c400b81 commit 0824055

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

futures-util/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
)
1111
))]
1212
#![warn(missing_docs, unsafe_op_in_unsafe_fn)]
13-
#![cfg_attr(feature = "write-all-vectored", feature(io_slice_advance))]
1413
#![cfg_attr(docsrs, feature(doc_cfg))]
1514
#![allow(clippy::needless_borrow)] // https://github.com/rust-lang/futures-rs/pull/2558#issuecomment-1030745203
1615
#![allow(clippy::arc_with_non_send_sync)] // false positive https://github.com/rust-lang/rust-clippy/issues/11076

0 commit comments

Comments
 (0)