diff options
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index b996e55c779..1d6bf1ea0eb 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" |
