Use intra-doc links
This commit is contained in:
parent
4af1b90b41
commit
49c8fcb47e
@ -9,8 +9,7 @@
|
||||
/// This `struct` is created by the [`drain`] method on [`VecDeque`]. See its
|
||||
/// documentation for more.
|
||||
///
|
||||
/// [`drain`]: struct.VecDeque.html#method.drain
|
||||
/// [`VecDeque`]: struct.VecDeque.html
|
||||
/// [`drain`]: VecDeque::drain
|
||||
#[stable(feature = "drain", since = "1.6.0")]
|
||||
pub struct Drain<'a, T: 'a> {
|
||||
pub(crate) after_tail: usize,
|
||||
|
Loading…
Reference in New Issue
Block a user