We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c400b81 commit 0824055Copy full SHA for 0824055
futures-util/src/lib.rs
@@ -10,7 +10,6 @@
10
)
11
))]
12
#![warn(missing_docs, unsafe_op_in_unsafe_fn)]
13
-#![cfg_attr(feature = "write-all-vectored", feature(io_slice_advance))]
14
#![cfg_attr(docsrs, feature(doc_cfg))]
15
#![allow(clippy::needless_borrow)] // https://github.com/rust-lang/futures-rs/pull/2558#issuecomment-1030745203
16
#![allow(clippy::arc_with_non_send_sync)] // false positive https://github.com/rust-lang/rust-clippy/issues/11076
0 commit comments