Skip to content

Commit 6aab3d0

Browse files
committed
Update [patch] section of clippy to include clippy_lints.
1 parent 4ba5ff4 commit 6aab3d0

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

src/Cargo.lock

+1-23
Original file line numberDiff line numberDiff line change
@@ -324,27 +324,6 @@ dependencies = [
324324
name = "clippy-mini-macro-test"
325325
version = "0.2.0"
326326

327-
[[package]]
328-
name = "clippy_lints"
329-
version = "0.0.211"
330-
source = "git+https://github.com/rust-lang-nursery/rust-clippy?rev=6c70013f93a18c1ca7990efa8b1464acc6e18ce7#6c70013f93a18c1ca7990efa8b1464acc6e18ce7"
331-
dependencies = [
332-
"cargo_metadata 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
333-
"if_chain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
334-
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
335-
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
336-
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
337-
"pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
338-
"quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
339-
"regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
340-
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
341-
"serde 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)",
342-
"serde_derive 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)",
343-
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
344-
"unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
345-
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
346-
]
347-
348327
[[package]]
349328
name = "clippy_lints"
350329
version = "0.0.211"
@@ -1686,7 +1665,7 @@ version = "0.129.0"
16861665
dependencies = [
16871666
"cargo 0.30.0",
16881667
"cargo_metadata 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
1689-
"clippy_lints 0.0.211 (git+https://github.com/rust-lang-nursery/rust-clippy?rev=6c70013f93a18c1ca7990efa8b1464acc6e18ce7)",
1668+
"clippy_lints 0.0.211",
16901669
"env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
16911670
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
16921671
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3062,7 +3041,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
30623041
"checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e"
30633042
"checksum chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6962c635d530328acc53ac6a955e83093fedc91c5809dfac1fa60fa470830a37"
30643043
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
3065-
"checksum clippy_lints 0.0.211 (git+https://github.com/rust-lang-nursery/rust-clippy?rev=6c70013f93a18c1ca7990efa8b1464acc6e18ce7)" = "<none>"
30663044
"checksum cmake 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "95470235c31c726d72bf2e1f421adc1e65b9d561bf5529612cbe1a72da1467b3"
30673045
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
30683046
"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"

src/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ rustfmt-nightly = { path = "tools/rustfmt" }
7272

7373
[patch."https://github.com/rust-lang-nursery/rust-clippy"]
7474
clippy = { path = "tools/clippy" }
75+
clippy_lints = { path = "tools/clippy/clippy_lints" }

0 commit comments

Comments
 (0)