We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda0b00 commit 280b527Copy full SHA for 280b527
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "clippy"
3
-version = "0.1.64"
+version = "0.1.65"
4
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
5
repository = "https://github.com/rust-lang/rust-clippy"
6
readme = "README.md"
clippy_lints/Cargo.toml
name = "clippy_lints"
clippy_utils/Cargo.toml
name = "clippy_utils"
edition = "2021"
publish = false
0 commit comments