We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VecDeque::resize
1 parent f573db4 commit 384ee48Copy full SHA for 384ee48
src/libcollections/vec_deque.rs
@@ -1766,7 +1766,7 @@ impl<T> VecDeque<T> {
1766
1767
impl<T: Clone> VecDeque<T> {
1768
/// Modifies the `VecDeque` in-place so that `len()` is equal to new_len,
1769
- /// either by removing excess elements or by appending copies of a value to the back.
+ /// either by removing excess elements or by appending clones of `value` to the back.
1770
///
1771
/// # Examples
1772
0 commit comments