Skip to content

Commit 259148d

Browse files
chore: remove config/emitter cargo aliases
1 parent 82caa55 commit 259148d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.cargo/config

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ test-all = "test --manifest-path rustfmt-core/Cargo.toml"
66
test-bin = "test --manifest-path rustfmt-core/rustfmt-bin/Cargo.toml"
77
tb = "test-bin"
88

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-
159
test-lib = "test --manifest-path rustfmt-core/rustfmt-lib/Cargo.toml"
1610
tl = "test-lib"
1711

0 commit comments

Comments
 (0)