We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52316d commit d481b38Copy full SHA for d481b38
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "clippy"
3
-version = "0.1.53"
+version = "0.1.54"
4
authors = ["The Rust Clippy Developers"]
5
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
6
repository = "https://github.com/rust-lang/rust-clippy"
clippy_lints/Cargo.toml
@@ -1,7 +1,7 @@
name = "clippy_lints"
# begin automatic update
# end automatic update
7
clippy_utils/Cargo.toml
name = "clippy_utils"
edition = "2018"
publish = false
0 commit comments