File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,21 @@ declare_clippy_lint! {
23
23
/// [package]
24
24
/// name = "clippy"
25
25
/// version = "0.0.212"
26
+ /// description = "A bunch of helpful lints to avoid common pitfalls in Rust"
27
+ /// repository = "https://github.com/rust-lang/rust-clippy"
28
+ /// readme = "README.md"
29
+ /// license = "MIT OR Apache-2.0"
30
+ /// keywords = ["clippy", "lint", "plugin"]
31
+ /// categories = ["development-tools", "development-tools::cargo-plugins"]
32
+ /// ```
33
+ ///
34
+ /// Should include an authors field like:
35
+ ///
36
+ /// ```toml
37
+ /// # This `Cargo.toml` includes all common metadata
38
+ /// [package]
39
+ /// name = "clippy"
40
+ /// version = "0.0.212"
26
41
/// authors = ["Someone <someone@rust-lang.org>"]
27
42
/// description = "A bunch of helpful lints to avoid common pitfalls in Rust"
28
43
/// repository = "https://github.com/rust-lang/rust-clippy"
You can’t perform that action at this time.
0 commit comments