We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82caa55 commit 259148dCopy full SHA for 259148d
.cargo/config
@@ -6,12 +6,6 @@ test-all = "test --manifest-path rustfmt-core/Cargo.toml"
6
test-bin = "test --manifest-path rustfmt-core/rustfmt-bin/Cargo.toml"
7
tb = "test-bin"
8
9
-test-config = "test --manifest-path rustfmt-core/rustfmt-config/Cargo.toml"
10
-tc = "test-config"
11
-
12
-test-emitter = "test --manifest-path rustfmt-core/rustfmt-emitter/Cargo.toml"
13
-te = "test-emitter"
14
15
test-lib = "test --manifest-path rustfmt-core/rustfmt-lib/Cargo.toml"
16
tl = "test-lib"
17
0 commit comments