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:
Matthias Krüger 2018-09-06 13:03:38 +02:00
parent 3262f9283f
commit 86679e230c

View file

@ -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" }