diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2018-10-02 09:58:02 +0200 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-10-02 10:02:31 +0200 |
| commit | 6c1d6391ecf3d7f2ee6761dda1cd5595744550dc (patch) | |
| tree | 42f63750ad686eaa10a6af0e020484789749b2c5 | |
| parent | a930e778c2325c32bf94a580499b000455081e90 (diff) | |
| download | rust-6c1d6391ecf3d7f2ee6761dda1cd5595744550dc.tar.gz rust-6c1d6391ecf3d7f2ee6761dda1cd5595744550dc.zip | |
publish = false
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" } |
