We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1811a commit 8a20d5bCopy full SHA for 8a20d5b
clippy_utils/Cargo.toml
@@ -2,6 +2,11 @@
2
name = "clippy_utils"
3
version = "0.1.84"
4
edition = "2021"
5
+description = "Helpful tools for writing lints, provided as they are used in Clippy"
6
+repository = "https://github.com/rust-lang/rust-clippy"
7
+license = "MIT OR Apache-2.0"
8
+keywords = ["clippy", "lint", "utils"]
9
+categories = ["development-tools"]
10
11
[dependencies]
12
arrayvec = { version = "0.7", default-features = false }
0 commit comments