Fix formatting.
This commit is contained in:
parent
a078a34f05
commit
4ee6ee0daa
@ -1847,7 +1847,7 @@ impl<T> VecDeque<T> {
|
||||
///
|
||||
/// let mut buf = VecDeque::new();
|
||||
/// buf.extend(1..5);
|
||||
/// buf.retain(|&x| x%2 == 0);
|
||||
/// buf.retain(|&x| x % 2 == 0);
|
||||
/// assert_eq!(buf, [2, 4]);
|
||||
/// ```
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user