Fix long line

This commit is contained in:
Simon BD 2012-10-22 21:49:47 -05:00
parent 1380776d36
commit 781e446e26

View file

@ -430,7 +430,8 @@ impl<T: Ord> MergeState<T> {
array[left] <-> self.tmp[0];
start += 1;
}
unsafe { vec::raw::set_len(&mut self.tmp, 0); } // Forget the boxed element
// Forget the boxed element
unsafe { vec::raw::set_len(&mut self.tmp, 0); }
self.last_bsort = false;
}