about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCameron Steffen <cam.steffen94@gmail.com>2021-02-12 16:34:42 -0600
committerCameron Steffen <cam.steffen94@gmail.com>2021-02-16 10:14:40 -0600
commit9bcb257985d5a16355bdd62998935f16d09b42e2 (patch)
treeec6b96a06636dce18f3376b339f793c2c7662483
parente2753f9a7bcfcedaad7dcf78eba6ccfe14f2a3aa (diff)
downloadrust-9bcb257985d5a16355bdd62998935f16d09b42e2.tar.gz
rust-9bcb257985d5a16355bdd62998935f16d09b42e2.zip
Add workspace to manifest
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea32a8edd1f..b996e55c779 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,9 @@ build = "build.rs"
 edition = "2018"
 publish = false
 
+[workspace]
+exclude = ["clippy_dev", "mini-macro"]
+
 [[bin]]
 name = "cargo-clippy"
 test = false