Skip to content

Commit 86679e2

Browse files
committed
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
1 parent 3262f92 commit 86679e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Cargo.toml

Lines changed: 0 additions & 5 deletions
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)