Skip to content

Commit 63c7697

Browse files
committed
Disable test for the root package
1 parent 8ac5a78 commit 63c7697

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,22 @@ edition = "2018"
1414
[[bin]]
1515
name = "rustfmt"
1616
path = "rustfmt-core/rustfmt-bin/src/bin/main.rs"
17+
test = false
1718

1819
[[bin]]
1920
name = "cargo-fmt"
2021
path = "rustfmt-core/rustfmt-bin/src/cargo-fmt/main.rs"
22+
test = false
2123

2224
[[bin]]
2325
name = "rustfmt-format-diff"
2426
path = "rustfmt-core/rustfmt-bin/src/format-diff/main.rs"
27+
test = false
2528

2629
[[bin]]
2730
name = "git-rustfmt"
2831
path = "rustfmt-core/rustfmt-bin/src/git-rustfmt/main.rs"
32+
test = false
2933

3034
[features]
3135
default = ["cargo-fmt", "rustfmt-format-diff"]

0 commit comments

Comments
 (0)