Skip to content

Commit 66c9ab3

Browse files
committed
Remove clippy-target-dir alias
1 parent 3045024 commit 66c9ab3

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.cargo/config.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,3 @@ feature-unification = true
1010
# Reduces recompilation due to feature permutations
1111
# See: https://www.reddit.com/r/rust/comments/1qzvkwf/workspace_feature_permutations_hell/
1212
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

Comments
 (0)