parent
8d81c03b65
commit
54441484d1
@ -1870,8 +1870,7 @@ 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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user