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

Commit 6b012f9

Browse files
committed
Auto merge of #1287 - h-michael:clippy, r=Xanewok
Update clippy_lint to 3bda548 related with: rust-lang/rust#58024 (comment)
2 parents f331ff7 + c800a27 commit 6b012f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
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
@@ -21,7 +21,7 @@ test = false
2121
[dependencies]
2222
cargo = { git = "https://github.com/rust-lang/cargo", rev = "245818076052dd7178f5bb7585f5aec5b6c1e03e" }
2323
cargo_metadata = "0.7"
24-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "6ce78d1257ac6fd77f245730fcfbadd536a173eb", optional = true }
24+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "3bda548f81bc268a2e9813ce9168d2e40e8a11bd", optional = true }
2525
env_logger = "0.6"
2626
failure = "0.1.1"
2727
home = "0.3"

0 commit comments

Comments
 (0)