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

Commit 7dd4d81

Browse files
authored
Merge pull request #1541 from Xanewok/update-clippy
Update Clippy to latest version bundled in Rust
2 parents 496c892 + 68daa1d commit 7dd4d81

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rls-vfs = "0.8"
3030

3131
cargo = { git = "https://github.com/rust-lang/cargo", rev = "1f74bdf4494f4d51dbe3a6af5474e39c8d194ad6" }
3232
cargo_metadata = "0.8"
33-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "71be6f62fa920c0bd10cdf3a29aeb8c6719a8075", optional = true }
33+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "72da1015d6d918fe1b29170acbf486d30e0c2695", optional = true }
3434
env_logger = "0.6"
3535
failure = "0.1.1"
3636
home = "0.3"

0 commit comments

Comments
 (0)