Revert "Fix tidy"

This reverts commit 1908892d3f.
This commit is contained in:
Alex Crichton 2018-10-05 09:15:44 -07:00
parent 8d81c03b65
commit 54441484d1

View File

@ -1870,8 +1870,7 @@ pub fn append(&mut self, other: &mut Self) {
self.copy_slice(src_high); self.copy_slice(src_high);
} }
// Some values now exist in both `other` and `self` but are made inaccessible // Some values now exist in both `other` and `self` but are made inaccessible in `other`.
// in`other`.
other.tail = other.head; other.tail = other.head;
} }
} }