Skip to content

Commit 9182309

Browse files
committed
convert to binary
1 parent ffb544f commit 9182309

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
lines changed

Cargo.lock

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
workspace = { members = ["ci/check_diff"] }
21
[package]
32

43
name = "rustfmt-nightly"
@@ -27,6 +26,10 @@ path = "src/format-diff/main.rs"
2726
name = "git-rustfmt"
2827
path = "src/git-rustfmt/main.rs"
2928

29+
[[bin]]
30+
name = "check_diff"
31+
path = "ci/check_diff/main.rs"
32+
3033
[features]
3134
default = ["cargo-fmt", "rustfmt-format-diff"]
3235
cargo-fmt = []
@@ -56,7 +59,9 @@ tracing = "0.1.37"
5659
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
5760
unicode-segmentation = "1.9"
5861
unicode-width = "0.1"
59-
unicode-properties = { version = "0.1", default-features = false, features = ["general-category"] }
62+
unicode-properties = { version = "0.1", default-features = false, features = [
63+
"general-category",
64+
] }
6065

6166
rustfmt-config_proc_macro = { version = "0.3", path = "config_proc_macro" }
6267

ci/check_diff/Cargo.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)