mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
Merge pull request #3139 from matthiaskrgr/toml_clippy_dev_warn
Cargo.toml: remove clippy-dev entry referencing src/main.rs as its main.rs
This commit is contained in:
commit
5fca61409f
1 changed files with 0 additions and 5 deletions
|
@ -38,11 +38,6 @@ name = "clippy-driver"
|
|||
test = false
|
||||
path = "src/driver.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "clippy-dev"
|
||||
test = false
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
# begin automatic update
|
||||
clippy_lints = { version = "0.0.212", path = "clippy_lints" }
|
||||
|
|
Loading…
Reference in a new issue