Skip to content

Commit 49c8fcb

Browse files
committed
Use intra-doc links
1 parent 4af1b90 commit 49c8fcb

File tree

1 file changed

+1
-2
lines changed
  • library/alloc/src/collections/vec_deque

1 file changed

+1
-2
lines changed

library/alloc/src/collections/vec_deque/drain.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ use super::{count, Iter, VecDeque};
99
/// This `struct` is created by the [`drain`] method on [`VecDeque`]. See its
1010
/// documentation for more.
1111
///
12-
/// [`drain`]: struct.VecDeque.html#method.drain
13-
/// [`VecDeque`]: struct.VecDeque.html
12+
/// [`drain`]: VecDeque::drain
1413
#[stable(feature = "drain", since = "1.6.0")]
1514
pub struct Drain<'a, T: 'a> {
1615
pub(crate) after_tail: usize,

0 commit comments

Comments
 (0)