From 57d932062fbe8f6a9b69898673fb9c0948299f6c Mon Sep 17 00:00:00 2001 From: mcarton Date: Fri, 20 Jan 2017 19:35:40 +0100 Subject: [PATCH] Add Clippy to the `development-tools::cargo-plugins` category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8aac7976db9..d74121184d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/Manishearth/rust-clippy" readme = "README.md" license = "MPL-2.0" keywords = ["clippy", "lint", "plugin"] -categories = ["development-tools"] +categories = ["development-tools", "development-tools::cargo-plugins"] [badges] travis-ci = { repository = "Manishearth/rust-clippy" }