@@ -296,12 +296,14 @@ version = "0.0.212"
296
296
dependencies = [
297
297
" cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
298
298
" clippy-mini-macro-test 0.2.0" ,
299
+ " clippy_dev 0.0.1" ,
299
300
" clippy_lints 0.0.212" ,
300
301
" compiletest_rs 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
301
302
" derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
302
303
" lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
303
304
" regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
304
305
" rustc-workspace-hack 1.0.0" ,
306
+ " rustc_tools_util 0.1.0" ,
305
307
" semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
306
308
" serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
307
309
" serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -311,6 +313,16 @@ dependencies = [
311
313
name = " clippy-mini-macro-test"
312
314
version = " 0.2.0"
313
315
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
+
314
326
[[package ]]
315
327
name = " clippy_lints"
316
328
version = " 0.0.212"
@@ -2361,6 +2373,10 @@ dependencies = [
2361
2373
" serialize 0.0.0" ,
2362
2374
]
2363
2375
2376
+ [[package ]]
2377
+ name = " rustc_tools_util"
2378
+ version = " 0.1.0"
2379
+
2364
2380
[[package ]]
2365
2381
name = " rustc_traits"
2366
2382
version = " 0.0.0"
0 commit comments