mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
Add path prefixes back when compiling clippy_dev
and lintcheck
This commit is contained in:
parent
5ead90f13a
commit
8225f2a793
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@ target-dir = "target"
|
|||
|
||||
[unstable]
|
||||
binary-dep-depinfo = true
|
||||
profile-rustflags = true
|
||||
|
||||
[profile.dev]
|
||||
split-debuginfo = "unpacked"
|
||||
|
||||
# Add back the containing directory of the packages we have to refer to using --manifest-path
|
||||
[profile.dev.package.clippy_dev]
|
||||
rustflags = ["--remap-path-prefix", "=clippy_dev"]
|
||||
[profile.dev.package.lintcheck]
|
||||
rustflags = ["--remap-path-prefix", "=lintcheck"]
|
||||
|
|
Loading…
Reference in a new issue