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.
1 parent 989bbc5 commit 5cfc7fbCopy full SHA for 5cfc7fb
src/liballoc/collections/vec_deque.rs
@@ -1870,8 +1870,7 @@ impl<T> VecDeque<T> {
1870
self.copy_slice(src_high);
1871
}
1872
1873
- // Some values now exist in both `other` and `self` but are made inaccessible
1874
- // in`other`.
+ // Some values now exist in both `other` and `self` but are made inaccessible in `other`.
1875
other.tail = other.head;
1876
1877
0 commit comments