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

Commit b6cdf4a

Browse files
authored
Merge pull request #1005 from matthiaskrgr/clippy_up
deps: update clippy_lints git dependency
2 parents 4bcd156 + b5b53e7 commit b6cdf4a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build = "build.rs"
1515
[dependencies]
1616
cargo = { git = "https://github.com/rust-lang/cargo", rev = "6a7672ef5344c1bb570610f2574250fbee932355" }
1717
cargo_metadata = "0.6"
18-
clippy_lints = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "07c2e614362ad8645eafe771e672a65f92e3b9a2", optional = true }
18+
clippy_lints = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "f05a1038b59cd4217e58b3aef7a0751a0efd01e4", optional = true }
1919
env_logger = "0.5"
2020
failure = "0.1.1"
2121
itertools = "0.7.3"

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! functionality such as 'goto definition', symbol search, reformatting, and
1616
//! code completion, and enables renaming and refactorings.
1717
18-
#![feature(rust_2018_preview, rustc_private, integer_atomics, drain_filter)]
18+
#![feature(rustc_private, integer_atomics, drain_filter)]
1919
#![allow(unknown_lints)]
2020
#![warn(clippy, rust_2018_idioms)]
2121
#![allow(cyclomatic_complexity, needless_pass_by_value, too_many_arguments)]

0 commit comments

Comments
 (0)