Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 82ecfdc

Browse files
authored
Merge pull request #1217 from Xanewok/clippy
Update Clippy... again
2 parents d53d2b8 + ad2e7db commit 82ecfdc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build = "build.rs"
1313
[dependencies]
1414
cargo = { git = "https://github.com/rust-lang/cargo", rev = "2a9f16da7ffc4877aacf7547bac705f0d82de2d6" }
1515
cargo_metadata = "0.6"
16-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "f7bdf500d93895b6c02f8ae6a73002207f85e523", optional = true }
16+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "39bd84494f4a9b40f2e3b38416a91d52d5c4738b", optional = true }
1717
env_logger = "0.5"
1818
failure = "0.1.1"
1919
home = "0.3"
@@ -32,7 +32,7 @@ rls-data = { version = "0.18.1", features = ["serialize-serde", "serialize-rustc
3232
rls-rustc = "0.5.0"
3333
rls-span = { version = "0.4", features = ["serialize-serde"] }
3434
rls-vfs = "0.7"
35-
rustc_tools_util = { git = "https://github.com/rust-lang/rust-clippy", rev = "f7bdf500d93895b6c02f8ae6a73002207f85e523" }
35+
rustc_tools_util = { git = "https://github.com/rust-lang/rust-clippy", rev = "39bd84494f4a9b40f2e3b38416a91d52d5c4738b" }
3636
rustfmt-nightly = "1.0.1"
3737
rustc-serialize = "0.3"
3838
serde = "1.0"
@@ -55,7 +55,7 @@ difference = "2"
5555
tempfile = "3"
5656

5757
[build-dependencies]
58-
rustc_tools_util = { git = "https://github.com/rust-lang/rust-clippy", rev = "f7bdf500d93895b6c02f8ae6a73002207f85e523" }
58+
rustc_tools_util = { git = "https://github.com/rust-lang/rust-clippy", rev = "39bd84494f4a9b40f2e3b38416a91d52d5c4738b" }
5959

6060
[features]
6161
default = ["clippy"]

0 commit comments

Comments
 (0)