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:
Philipp Hansch 2018-09-06 18:15:41 +01:00 committed by GitHub
commit 5fca61409f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

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