Skip to content

Commit f1a94f0

Browse files
committed
fix two warnings
1 parent 4f4bfba commit f1a94f0

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
@@ -290,8 +290,8 @@ impl<H: hash::Writer> hash::Hash<H> for Profile {
290290
debug,
291291
rpath,
292292
plugin,
293-
dest: ref dest,
294-
harness: harness,
293+
ref dest,
294+
harness,
295295

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

0 commit comments

Comments
 (0)