From 9bcb257985d5a16355bdd62998935f16d09b42e2 Mon Sep 17 00:00:00 2001 From: Cameron Steffen Date: Fri, 12 Feb 2021 16:34:42 -0600 Subject: [PATCH] Add workspace to manifest --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ea32a8edd1ff..b996e55c7795 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