Skip to content

Commit 35fc953

Browse files
committed
update clippy
1 parent fab272e commit 35fc953

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

Cargo.lock

+21-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ dependencies = [
374374
"clippy-mini-macro-test 0.2.0",
375375
"clippy_dev 0.0.1",
376376
"clippy_lints 0.0.212",
377-
"compiletest_rs 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
377+
"compiletest_rs 0.3.18 (git+https://github.com/mati865/compiletest-rs.git?branch=rustup)",
378378
"derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
379379
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
380380
"regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -491,6 +491,25 @@ dependencies = [
491491
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
492492
]
493493

494+
[[package]]
495+
name = "compiletest_rs"
496+
version = "0.3.18"
497+
source = "git+https://github.com/mati865/compiletest-rs.git?branch=rustup#2bf88c77e56a873a7d90dc5e2c8efeb0e2dc9d00"
498+
dependencies = [
499+
"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
500+
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
501+
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
502+
"libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
503+
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
504+
"miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
505+
"regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
506+
"rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
507+
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
508+
"serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
509+
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
510+
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
511+
]
512+
494513
[[package]]
495514
name = "compiletest_rs"
496515
version = "0.3.18"
@@ -3998,6 +4017,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
39984017
"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
39994018
"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
40004019
"checksum compiler_builtins 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6711d51cb46744dd8305293cc3fbc392aaff7a8f5095a7c4fae1e5113ef07c96"
4020+
"checksum compiletest_rs 0.3.18 (git+https://github.com/mati865/compiletest-rs.git?branch=rustup)" = "<none>"
40014021
"checksum compiletest_rs 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0d76d4322a40f6b0db7259d4f2c8a65ed8b0d84fce0bbc61b98cf47f8ec6eec3"
40024022
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
40034023
"checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"

src/tools/clippy

0 commit comments

Comments
 (0)