about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2020-05-17 19:13:33 +0200
committerPhilipp Hansch <dev@phansch.net>2020-05-26 16:52:02 +0200
commitcdff59e156a85d86f7abb9834e42a18fe1ee257e (patch)
treed338fbb7689f0c66108ff4bde0ebf94ca6f13c62
parente3f6a8fc20ce778168e079257b7a33a47fe8541f (diff)
downloadrust-cdff59e156a85d86f7abb9834e42a18fe1ee257e.tar.gz
rust-cdff59e156a85d86f7abb9834e42a18fe1ee257e.zip
Using dev-dependencies doesn't seem to work w/ compiletest
-rw-r--r--clippy_lints/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml
index 11586083d8c..7514608bc7e 100644
--- a/clippy_lints/Cargo.toml
+++ b/clippy_lints/Cargo.toml
@@ -32,8 +32,6 @@ semver = "0.9.0"
 # NOTE: cargo requires serde feat in its url dep
 # see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
 url = { version =  "2.1.0", features = ["serde"] }
-
-[dev-dependencies]
 quote = "1.0.2"
 syn = { version = "1.0.11", features = ["full"] }