File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2621,7 +2621,6 @@ where
2621
2621
/// This `struct` is created by the `into_iter` method on [`Vec`] (provided
2622
2622
/// by the [`IntoIterator`] trait).
2623
2623
///
2624
- /// [`Vec`]: struct.Vec.html
2625
2624
/// [`IntoIterator`]: ../../std/iter/trait.IntoIterator.html
2626
2625
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
2627
2626
pub struct IntoIter < T > {
@@ -2805,7 +2804,6 @@ unsafe impl<#[may_dangle] T> Drop for IntoIter<T> {
2805
2804
/// This `struct` is created by the [`drain`] method on [`Vec`].
2806
2805
///
2807
2806
/// [`drain`]: struct.Vec.html#method.drain
2808
- /// [`Vec`]: struct.Vec.html
2809
2807
#[ stable( feature = "drain" , since = "1.6.0" ) ]
2810
2808
pub struct Drain < ' a , T : ' a > {
2811
2809
/// Index of tail to preserve
@@ -2937,7 +2935,6 @@ impl<T> FusedIterator for Drain<'_, T> {}
2937
2935
/// documentation for more.
2938
2936
///
2939
2937
/// [`splice()`]: struct.Vec.html#method.splice
2940
- /// [`Vec`]: struct.Vec.html
2941
2938
#[ derive( Debug ) ]
2942
2939
#[ stable( feature = "vec_splice" , since = "1.21.0" ) ]
2943
2940
pub struct Splice < ' a , I : Iterator + ' a > {
You can’t perform that action at this time.
0 commit comments