From fb905dffb48cde2eeae55a44db15719517af5842 Mon Sep 17 00:00:00 2001 From: Cameron Steffen Date: Fri, 26 Feb 2021 12:11:47 -0600 Subject: [PATCH] Revert "Add workspace to manifest" This reverts commit 9bcb257985d5a16355bdd62998935f16d09b42e2. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b996e55c7795..ea32a8edd1ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,9 +18,6 @@ build = "build.rs" edition = "2018" publish = false -[workspace] -exclude = ["clippy_dev", "mini-macro"] - [[bin]] name = "cargo-clippy" test = false