Skip to content

Commit a9d7642

Browse files
committed
Merge remote-tracking branch '14427/incoming'
Conflicts: src/libstd/sort.rs
2 parents 57cd6b3 + d4432a7 commit a9d7642

File tree

10 files changed

+861
-34
lines changed

10 files changed

+861
-34
lines changed

src/cargo/cargo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ fn print_pkg(s: @Source, p: &Package) {
14911491
fn print_source(s: @Source) {
14921492
info(s.name + ~" (" + s.url + ~")");
14931493

1494-
let pks = sort::merge_sort(sys::shape_lt, s.packages.get());
1494+
let pks = sort::merge_sort(s.packages.get(), sys::shape_lt);
14951495
let l = vec::len(pks);
14961496

14971497
print(io::with_str_writer(|writer| {

0 commit comments

Comments
 (0)