mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
Update outdated comment
This commit is contained in:
@@ -417,7 +417,7 @@ fn diff(a: usize, b: usize) -> usize {
|
||||
}
|
||||
}
|
||||
|
||||
/// 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]) {
|
||||
|
||||
Reference in New Issue
Block a user