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 426660f commit 48381d8Copy full SHA for 48381d8
Cargo.toml
@@ -15,6 +15,10 @@ license = "MPL-2.0"
15
keywords = ["clippy", "lint", "plugin"]
16
categories = ["development-tools"]
17
18
+[badges]
19
+travis-ci = { repository = "Manishearth/rust-clippy" }
20
+appveyor = { repository = "Manishearth/rust-clippy" }
21
+
22
[lib]
23
name = "clippy"
24
plugin = true
@@ -37,6 +41,5 @@ rustc-serialize = "0.3"
37
41
clippy-mini-macro-test = { version = "0.1", path = "mini-macro" }
38
42
serde = "0.7"
39
43
40
-
44
[features]
45
debugging = []
0 commit comments