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.
move
1 parent 0375748 commit 4b7d27cCopy full SHA for 4b7d27c
src/libcargo/cargo.rc
@@ -744,7 +744,7 @@ pub fn configure(opts: Options) -> Cargo {
744
~" or package manager to get it to work correctly");
745
}
746
747
- move c
+ c
748
749
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
_ => ()
1656
1657
1658
- hash.insert(copy k, json::Object(move chash));
+ hash.insert(copy k, json::Object(chash));
1659
1660
1661
- json::to_writer(writer, &json::Object(move hash))
+ json::to_writer(writer, &json::Object(hash))
1662
1663
result::Err(e) => {
1664
error(fmt!("could not dump sources: %s", e));
0 commit comments