Skip to content

Commit 771ec21

Browse files
committed
Remove unecessary link
1 parent e601e2a commit 771ec21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/liballoc/vec.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1298,8 +1298,6 @@ impl<T> Vec<T> {
12981298
/// v.drain(..);
12991299
/// assert_eq!(v, &[]);
13001300
/// ```
1301-
///
1302-
/// [`mem::forget`]: mem::forget
13031301
#[stable(feature = "drain", since = "1.6.0")]
13041302
pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
13051303
where

0 commit comments

Comments
 (0)