Skip to content

Commit 10e7b76

Browse files
committed
update clippy submodule
updates to cafef7b
1 parent 2ae11a9 commit 10e7b76

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

src/Cargo.lock

+16
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,14 @@ version = "0.0.212"
296296
dependencies = [
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 = [
311313
name = "clippy-mini-macro-test"
312314
version = "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]]
315327
name = "clippy_lints"
316328
version = "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]]
23652381
name = "rustc_traits"
23662382
version = "0.0.0"

src/tools/clippy

0 commit comments

Comments
 (0)