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 1dc748f commit ba4c498Copy full SHA for ba4c498
library/alloc/src/vec.rs
@@ -2785,6 +2785,7 @@ unsafe impl<#[may_dangle] T> Drop for IntoIter<T> {
2785
/// A draining iterator for `Vec<T>`.
2786
///
2787
/// This `struct` is created by [`Vec::drain`].
2788
+/// See its documentation for more.
2789
#[stable(feature = "drain", since = "1.6.0")]
2790
pub struct Drain<'a, T: 'a> {
2791
/// Index of tail to preserve
0 commit comments