parent
2ae11a9c22
commit
10e7b76dfc
2 changed files with 17 additions and 1 deletions
|
@ -296,12 +296,14 @@ version = "0.0.212"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"clippy-mini-macro-test 0.2.0",
|
"clippy-mini-macro-test 0.2.0",
|
||||||
|
"clippy_dev 0.0.1",
|
||||||
"clippy_lints 0.0.212",
|
"clippy_lints 0.0.212",
|
||||||
"compiletest_rs 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
"compiletest_rs 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rustc-workspace-hack 1.0.0",
|
"rustc-workspace-hack 1.0.0",
|
||||||
|
"rustc_tools_util 0.1.0",
|
||||||
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -311,6 +313,16 @@ dependencies = [
|
||||||
name = "clippy-mini-macro-test"
|
name = "clippy-mini-macro-test"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "clippy_dev"
|
||||||
|
version = "0.0.1"
|
||||||
|
dependencies = [
|
||||||
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clippy_lints"
|
name = "clippy_lints"
|
||||||
version = "0.0.212"
|
version = "0.0.212"
|
||||||
|
@ -2361,6 +2373,10 @@ dependencies = [
|
||||||
"serialize 0.0.0",
|
"serialize 0.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "rustc_tools_util"
|
||||||
|
version = "0.1.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustc_traits"
|
name = "rustc_traits"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 131c8f86b2b712d4d9b00f486b6c67f97782228a
|
Subproject commit cafef7b576203f166add9ed143979d9775c25219
|
Loading…
Add table
Reference in a new issue