Skip to content

Commit 0deeb61

Browse files
committed
---
yaml --- r: 38594 b: refs/heads/incoming c: beb7471 h: refs/heads/master v: v3
1 parent cce3d00 commit 0deeb61

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
@@ -6,7 +6,7 @@ refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278
9-
refs/heads/incoming: ea5e3d21ff5ef8b4d30b588d0cd65859ffa3bab1
9+
refs/heads/incoming: beb74710167fed2ac944dc84e2403ad0c410cb94
1010
refs/heads/dist-snap: 22efa39382d41b084fde1719df7ae8ce5697d8c9
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/incoming/src/cargo/cargo.rs

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

708-
c
708+
move c
709709
}
710710

711711
fn for_each_package(c: &Cargo, b: fn(s: @Source, p: &Package)) {
@@ -1615,10 +1615,10 @@ fn dump_sources(c: &Cargo) {
16151615
_ => ()
16161616
}
16171617

1618-
hash.insert(copy k, json::Object(chash));
1618+
hash.insert(copy k, json::Object(move chash));
16191619
}
16201620

1621-
json::to_writer(writer, &json::Object(hash))
1621+
json::to_writer(writer, &json::Object(move hash))
16221622
}
16231623
result::Err(e) => {
16241624
error(fmt!("could not dump sources: %s", e));

0 commit comments

Comments
 (0)