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.
1 parent 3045024 commit 66c9ab3Copy full SHA for 66c9ab3
1 file changed
.cargo/config.toml
@@ -10,11 +10,3 @@ feature-unification = true
10
# Reduces recompilation due to feature permutations
11
# See: https://www.reddit.com/r/rust/comments/1qzvkwf/workspace_feature_permutations_hell/
12
feature-unification = "workspace"
13
-
14
-[alias]
15
-# Reduces recompilations due to invalidated cache between `cargo build` vs. `cargo clippy`
16
-# by separating `target` directories
17
-# See: https://github.com/rust-lang/cargo/issues/9280
18
-# https://github.com/rust-lang/cargo/issues/15422
19
-# (no solution, but there is a description of the root cause)
20
-clippy-target-dir = "clippy --target-dir target/clippy"
0 commit comments