mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
Fix tidy
This commit is contained in:
@@ -1870,7 +1870,8 @@ pub fn append(&mut self, other: &mut Self) {
|
||||
self.copy_slice(src_high);
|
||||
}
|
||||
|
||||
// Some values now exist in both `other` and `self` but are made inaccessible in `other`.
|
||||
// Some values now exist in both `other` and `self` but are made inaccessible
|
||||
// in`other`.
|
||||
other.tail = other.head;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user