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 dba647e commit e0d215fCopy full SHA for e0d215f
library/alloc/src/vec.rs
@@ -2621,7 +2621,6 @@ where
2621
/// This `struct` is created by the `into_iter` method on [`Vec`] (provided
2622
/// by the [`IntoIterator`] trait).
2623
///
2624
-/// [`IntoIterator`]: ../../std/iter/trait.IntoIterator.html
2625
#[stable(feature = "rust1", since = "1.0.0")]
2626
pub struct IntoIter<T> {
2627
buf: NonNull<T>,
0 commit comments