From aea55d2c6239e42a0a337d610d19061521565615 Mon Sep 17 00:00:00 2001 From: flip1995 Date: Thu, 18 Feb 2021 23:07:19 +0100 Subject: [PATCH] Fix lintcheck by excluding checked crates from workspace --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b996e55c7795..1d6bf1ea0eb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ edition = "2018" publish = false [workspace] -exclude = ["clippy_dev", "mini-macro"] +exclude = ["clippy_dev", "mini-macro", "target/lintcheck/crates"] [[bin]] name = "cargo-clippy"