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 8ac5a78 commit 63c7697Copy full SHA for 63c7697
Cargo.toml
@@ -14,18 +14,22 @@ edition = "2018"
14
[[bin]]
15
name = "rustfmt"
16
path = "rustfmt-core/rustfmt-bin/src/bin/main.rs"
17
+test = false
18
19
20
name = "cargo-fmt"
21
path = "rustfmt-core/rustfmt-bin/src/cargo-fmt/main.rs"
22
23
24
25
name = "rustfmt-format-diff"
26
path = "rustfmt-core/rustfmt-bin/src/format-diff/main.rs"
27
28
29
30
name = "git-rustfmt"
31
path = "rustfmt-core/rustfmt-bin/src/git-rustfmt/main.rs"
32
33
34
[features]
35
default = ["cargo-fmt", "rustfmt-format-diff"]
0 commit comments