Skip to content

Commit 3a7f2d0

Browse files
committed
auto merge of #765 : steveklabnik/cargo/fix_warnings, r=alexcrichton
2 parents 7fe0c9d + f1a94f0 commit 3a7f2d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cargo/core/manifest.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ impl<H: hash::Writer> hash::Hash<H> for Profile {
303303
debug,
304304
rpath,
305305
plugin,
306-
dest: ref dest,
307-
harness: harness,
306+
ref dest,
307+
harness,
308308

309309
// test flags are separated by file, not by profile hash, and
310310
// env/doc also don't matter for the actual contents of the output

0 commit comments

Comments
 (0)