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 6d546ca commit ee42868Copy full SHA for ee42868
.cargo/config
@@ -0,0 +1,18 @@
1
+[alias]
2
+t = "test-all"
3
+ta = "test-all"
4
+test-all = "test --manifest-path rustfmt-core/Cargo.toml"
5
+
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
18
+i = "install --path . --force --locked"
0 commit comments