This commit is contained in:
MaloJaffre
2018-08-28 15:59:21 +02:00
parent 1a1a7f6167
commit 1908892d3f
+2 -1
View File
@@ -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;
}
}