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

update clippy_lints to e9c3d3d50261b9cc6143dc02885cda265e926d30 #1008

Merged
merged 1 commit into from
Aug 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build = "build.rs"
[dependencies]
cargo = { git = "https://github.com/rust-lang/cargo", rev = "6a7672ef5344c1bb570610f2574250fbee932355" }
cargo_metadata = "0.6"
clippy_lints = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "f05a1038b59cd4217e58b3aef7a0751a0efd01e4", optional = true }
clippy_lints = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "e9c3d3d50261b9cc6143dc02885cda265e926d30", optional = true }
env_logger = "0.5"
failure = "0.1.1"
itertools = "0.7.3"
Expand Down