From 86679e230c5154f23e5efb37f0bdf5b753d227c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Thu, 6 Sep 2018 13:03:38 +0200 Subject: [PATCH] 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 --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 52f93820c481..fb43e0100bd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }