Fix lintcheck by excluding checked crates from workspace

This commit is contained in:
flip1995 2021-02-18 23:07:19 +01:00
parent ddeea97714
commit aea55d2c62
No known key found for this signature in database
GPG Key ID: 2CEFCDB27ED0BE79
1 changed files with 1 additions and 1 deletions

View File

@ -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"