@@ -296,12 +296,14 @@ version = "0.0.212"
296296dependencies = [
297297 " cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
298298 " clippy-mini-macro-test 0.2.0" ,
299+ " clippy_dev 0.0.1" ,
299300 " clippy_lints 0.0.212" ,
300301 " compiletest_rs 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
301302 " derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
302303 " lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
303304 " regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
304305 " rustc-workspace-hack 1.0.0" ,
306+ " rustc_tools_util 0.1.0" ,
305307 " semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
306308 " serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
307309 " serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -311,6 +313,16 @@ dependencies = [
311313name = " clippy-mini-macro-test"
312314version = " 0.2.0"
313315
316+ [[package ]]
317+ name = " clippy_dev"
318+ version = " 0.0.1"
319+ dependencies = [
320+ " clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
321+ " itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
322+ " lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
323+ " regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
324+ ]
325+
314326[[package ]]
315327name = " clippy_lints"
316328version = " 0.0.212"
@@ -2361,6 +2373,10 @@ dependencies = [
23612373 " serialize 0.0.0" ,
23622374]
23632375
2376+ [[package ]]
2377+ name = " rustc_tools_util"
2378+ version = " 0.1.0"
2379+
23642380[[package ]]
23652381name = " rustc_traits"
23662382version = " 0.0.0"
0 commit comments