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

Commit 48e9c0f

Browse files
committed
bump clippy repo
1 parent ff2b97e commit 48e9c0f

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

Cargo.lock

Lines changed: 15 additions & 7 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
@@ -32,7 +32,7 @@ rls-ipc = { version = "0.1.0", path = "rls-ipc", optional = true }
3232
anyhow = "1.0.26"
3333
cargo = { git = "https://github.com/rust-lang/cargo", rev = "bda50510d1daf6e9c53ad6ccf603da6e0fa8103f" }
3434
cargo_metadata = "0.8"
35-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "8b7f7e667268921c278af94ae30a61e87a22b22b", optional = true }
35+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "d236b30a1d638340aad8345fa2946cfe9543dcf0", optional = true }
3636
env_logger = "0.7"
3737
futures = { version = "0.1", optional = true }
3838
home = "0.5.1"

rls-rustc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["development-tools"]
1212
env_logger = "0.7"
1313
log = "0.4"
1414
rand = "0.7"
15-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "8b7f7e667268921c278af94ae30a61e87a22b22b", optional = true }
15+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "d236b30a1d638340aad8345fa2946cfe9543dcf0", optional = true }
1616
tokio = { version = "0.1", optional = true }
1717
failure = { version = "0.1" }
1818
futures = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)