Use intra-doc links
This commit is contained in:
parent
4af1b90b41
commit
49c8fcb47e
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ use super::{count, Iter, VecDeque};
|
|||
/// 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…
Add table
Add a link
Reference in a new issue