mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Cargo.toml: remove clippy-dev entry referencing src/main.rs as its main.rs.
Resolves warning: warning: file found to be present in multiple build targets: ./src/main.rs
This commit is contained in:
parent
3262f9283f
commit
86679e230c
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