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 74075e3 commit 735b206Copy full SHA for 735b206
src/lib.rs
@@ -26,6 +26,13 @@
26
//! When this feature is enabled, `SmallVec<u8, _>` implements the `std::io::Write` trait.
27
//! This feature is not compatible with `#![no_std]` programs.
28
//!
29
+//! ### `drain_filter`
30
+//!
31
+//! **This feature is unstable.** It may change to match the unstable `drain_filter` method in libstd.
32
33
+//! Enables the `drain_filter` method, which produces an iterator that calls a user-provided
34
+//! closure to determine which elements of the vector to remove and yield from the iterator.
35
36
//! ### `specialization`
37
38
//! **This feature is unstable and requires a nightly build of the Rust toolchain.**
0 commit comments