From 6c1d6391ecf3d7f2ee6761dda1cd5595744550dc Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 2 Oct 2018 09:58:02 +0200 Subject: [PATCH] publish = false --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 80ff21764a5..d765e09deef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ keywords = ["clippy", "lint", "plugin"] categories = ["development-tools", "development-tools::cargo-plugins"] build = "build.rs" edition = "2018" +publish = false [badges] travis-ci = { repository = "rust-lang-nursery/rust-clippy" }