Skip to content

Commit 5fca614

Browse files
authored
Merge pull request #3139 from matthiaskrgr/toml_clippy_dev_warn
Cargo.toml: remove clippy-dev entry referencing src/main.rs as its main.rs
2 parents 8af6927 + 86679e2 commit 5fca614

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Cargo.toml

-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ name = "clippy-driver"
3838
test = false
3939
path = "src/driver.rs"
4040

41-
[[bin]]
42-
name = "clippy-dev"
43-
test = false
44-
path = "src/main.rs"
45-
4641
[dependencies]
4742
# begin automatic update
4843
clippy_lints = { version = "0.0.212", path = "clippy_lints" }

0 commit comments

Comments
 (0)