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.
2 parents 737f0a6 + d743a89 commit 5ed118fCopy full SHA for 5ed118f
clippy_lints/Cargo.toml
@@ -12,7 +12,7 @@ authors = [
12
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
13
repository = "https://github.com/rust-lang/rust-clippy"
14
readme = "README.md"
15
-license = "MPL-2.0"
+license = "MIT/Apache-2.0"
16
keywords = ["clippy", "lint", "plugin"]
17
edition = "2018"
18
mini-macro/Cargo.toml
@@ -8,7 +8,7 @@ authors = [
8
"Martin Carton <cartonmartin@gmail.com>",
9
"Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
10
]
11
description = "A macro to test clippy's procedural macro checks"
0 commit comments