Skip to content

Commit

Permalink
remove cfg_attr for stabilized feature
Browse files Browse the repository at this point in the history
  • Loading branch information
StoicDeveloper committed Jul 19, 2024
1 parent c400b81 commit 0824055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion futures-util/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
)
))]
#![warn(missing_docs, unsafe_op_in_unsafe_fn)]
#![cfg_attr(feature = "write-all-vectored", feature(io_slice_advance))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![allow(clippy::needless_borrow)] // https://github.com/rust-lang/futures-rs/pull/2558#issuecomment-1030745203
#![allow(clippy::arc_with_non_send_sync)] // false positive https://github.com/rust-lang/rust-clippy/issues/11076
Expand Down

0 comments on commit 0824055

Please sign in to comment.