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.
2 parents e928b62 + a6d3fb0 commit bcd7fbaCopy full SHA for bcd7fba
src/cargo/core/compiler/output_depinfo.rs
@@ -84,7 +84,7 @@ fn add_deps_for_unit(
84
// The paths we have saved from the unit are of arbitrary relativeness and may be
85
// relative to the crate root of the dependency.
86
let path = unit.pkg.root().join(path);
87
- deps.insert(path.into());
+ deps.insert(path);
88
}
89
90
0 commit comments