We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72265c commit ae54392Copy full SHA for ae54392
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 1380776d36ca269a7c0c7684568e6ae2d395107f
+refs/heads/master: 781e446e2675c397d9be8a70f5e3e8c4fae0695c
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
trunk/src/libstd/sort.rs
@@ -430,7 +430,8 @@ impl<T: Ord> MergeState<T> {
430
array[left] <-> self.tmp[0];
431
start += 1;
432
}
433
- unsafe { vec::raw::set_len(&mut self.tmp, 0); } // Forget the boxed element
+ // Forget the boxed element
434
+ unsafe { vec::raw::set_len(&mut self.tmp, 0); }
435
self.last_bsort = false;
436
437
0 commit comments