We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed7b29 commit 80116f9Copy full SHA for 80116f9
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "clippy"
3
-version = "0.1.55"
+version = "0.1.56"
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