File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
branches/try/src/libcargo Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 3bbcac322669cff3abde5be937cc4ec3860f3985
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5
- refs/heads/try: 03757482f0b28b75468396ff6aea37c855043108
5
+ refs/heads/try: 4b7d27c2a7311836f6b131759d4402cb48dadb51
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -744,7 +744,7 @@ pub fn configure(opts: Options) -> Cargo {
744
744
~" or package manager to get it to work correctly");
745
745
}
746
746
747
- move c
747
+ c
748
748
}
749
749
750
750
pub fn for_each_package(c: &Cargo, b: fn(s: @Source, p: &Package)) {
@@ -1655,10 +1655,10 @@ pub fn dump_sources(c: &Cargo) {
1655
1655
_ => ()
1656
1656
}
1657
1657
1658
- hash.insert(copy k, json::Object(move chash));
1658
+ hash.insert(copy k, json::Object(chash));
1659
1659
}
1660
1660
1661
- json::to_writer(writer, &json::Object(move hash))
1661
+ json::to_writer(writer, &json::Object(hash))
1662
1662
}
1663
1663
result::Err(e) => {
1664
1664
error(fmt!("could not dump sources: %s", e));
You can’t perform that action at this time.
0 commit comments