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.
2 parents f4e4485 + ba4c498 commit 73858d0Copy full SHA for 73858d0
library/alloc/src/vec.rs
@@ -3037,6 +3037,7 @@ impl<T> AsIntoIter for IntoIter<T> {
3037
/// A draining iterator for `Vec<T>`.
3038
///
3039
/// This `struct` is created by [`Vec::drain`].
3040
+/// See its documentation for more.
3041
#[stable(feature = "drain", since = "1.6.0")]
3042
pub struct Drain<'a, T: 'a> {
3043
/// Index of tail to preserve
0 commit comments