mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Bump Clippy Version -> 0.1.53
This commit is contained in:
parent
06940fdda8
commit
40e68e5956
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "clippy"
|
name = "clippy"
|
||||||
version = "0.1.52"
|
version = "0.1.53"
|
||||||
authors = ["The Rust Clippy Developers"]
|
authors = ["The Rust Clippy Developers"]
|
||||||
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
|
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
|
||||||
repository = "https://github.com/rust-lang/rust-clippy"
|
repository = "https://github.com/rust-lang/rust-clippy"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "clippy_lints"
|
name = "clippy_lints"
|
||||||
# begin automatic update
|
# begin automatic update
|
||||||
version = "0.1.52"
|
version = "0.1.53"
|
||||||
# end automatic update
|
# end automatic update
|
||||||
authors = ["The Rust Clippy Developers"]
|
authors = ["The Rust Clippy Developers"]
|
||||||
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
|
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "clippy_utils"
|
name = "clippy_utils"
|
||||||
version = "0.1.52"
|
version = "0.1.53"
|
||||||
authors = ["The Rust Clippy Developers"]
|
authors = ["The Rust Clippy Developers"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
publish = false
|
publish = false
|
||||||
|
Loading…
Reference in New Issue
Block a user