Skip to content

Commit 5691eb2

Browse files
committed
chore: reame the clippy_dummy binary clippy
Follow the lint `cargo::non_kebab_case_bins` https://doc.rust-lang.org/nightly/cargo/reference/lints.html#non_kebab_case_bins `clippy_dummy` has been published so keep the underscore name
1 parent f533240 commit 5691eb2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

clippy_dummy/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ license = "MIT OR Apache-2.0"
1212
keywords = ["clippy", "lint", "plugin"]
1313
categories = ["development-tools", "development-tools::cargo-plugins"]
1414

15+
[[bin]]
16+
name = "clippy"
17+
path = "src/main.rs"
18+
1519
[build-dependencies]
1620
term = "1"

0 commit comments

Comments
 (0)