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.
clippy_dev
lintcheck
1 parent 5ead90f commit 8225f2aCopy full SHA for 8225f2a
.cargo/config.toml
@@ -13,6 +13,13 @@ target-dir = "target"
13
14
[unstable]
15
binary-dep-depinfo = true
16
+profile-rustflags = true
17
18
[profile.dev]
19
split-debuginfo = "unpacked"
20
+
21
+# Add back the containing directory of the packages we have to refer to using --manifest-path
22
+[profile.dev.package.clippy_dev]
23
+rustflags = ["--remap-path-prefix", "=clippy_dev"]
24
+[profile.dev.package.lintcheck]
25
+rustflags = ["--remap-path-prefix", "=lintcheck"]
0 commit comments