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

Commit 8f0da53

Browse files
committed
Update Clippy
1 parent d267b49 commit 8f0da53

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -31,7 +31,7 @@ rls-ipc = { version = "0.1.0", path = "rls-ipc", optional = true }
3131

3232
cargo = { git = "https://github.com/rust-lang/cargo", rev = "8b0561d68f12eeb1d72e07ceef464ebf6032a1bc" }
3333
cargo_metadata = "0.8"
34-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "66df92aeba64547f3e9600635a30df34b12a11d8", optional = true }
34+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "000c3ff278852788bc88ce6a911050d02d39af93", optional = true }
3535
env_logger = "0.7"
3636
failure = "0.1.1"
3737
futures = { version = "0.1", optional = true }

rls-rustc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env_logger = "0.7"
1313
log = "0.4"
1414
failure = "0.1"
1515
rand = "0.7"
16-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "66df92aeba64547f3e9600635a30df34b12a11d8", optional = true }
16+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "000c3ff278852788bc88ce6a911050d02d39af93", optional = true }
1717
tokio = { version = "0.1", optional = true }
1818
futures = { version = "0.1", optional = true }
1919
serde = { version = "1", features = ["derive"], optional = true }

rls-rustc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extern crate syntax;
99

1010
use rustc::session::config::ErrorOutputType;
1111
use rustc::session::early_error;
12-
#[cfg(any(feature = "clippy", feature = "ipc"))]
12+
#[cfg(feature = "ipc")]
1313
use rustc_driver::Compilation;
1414
use rustc_driver::{run_compiler, Callbacks};
1515
use rustc_interface::interface;

0 commit comments

Comments
 (0)