Update outdated comment
This commit is contained in:
parent
a929e60707
commit
cd773c3587
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ impl<T, A: Allocator> VecDeque<T, A> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Append all values from `src` to `dst`, wrapping around if needed.
|
||||
/// Copies all values from `src` to `dst`, wrapping around if needed.
|
||||
/// Assumes capacity is sufficient.
|
||||
#[inline]
|
||||
unsafe fn copy_slice(&mut self, dst: usize, src: &[T]) {
|
||||
|
|
Loading…
Add table
Reference in a new issue