Skip to content

Commit cba923c

Browse files
committed
---
yaml --- r: 46994 b: refs/heads/try c: 4b7d27c h: refs/heads/master v: v3
1 parent 829c125 commit cba923c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3bbcac322669cff3abde5be937cc4ec3860f3985
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5-
refs/heads/try: 03757482f0b28b75468396ff6aea37c855043108
5+
refs/heads/try: 4b7d27c2a7311836f6b131759d4402cb48dadb51
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libcargo/cargo.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ pub fn configure(opts: Options) -> Cargo {
744744
~" or package manager to get it to work correctly");
745745
}
746746

747-
move c
747+
c
748748
}
749749

750750
pub fn for_each_package(c: &Cargo, b: fn(s: @Source, p: &Package)) {
@@ -1655,10 +1655,10 @@ pub fn dump_sources(c: &Cargo) {
16551655
_ => ()
16561656
}
16571657

1658-
hash.insert(copy k, json::Object(move chash));
1658+
hash.insert(copy k, json::Object(chash));
16591659
}
16601660

1661-
json::to_writer(writer, &json::Object(move hash))
1661+
json::to_writer(writer, &json::Object(hash))
16621662
}
16631663
result::Err(e) => {
16641664
error(fmt!("could not dump sources: %s", e));

0 commit comments

Comments
 (0)