Revert "Fix lintcheck by excluding checked crates from workspace"

This reverts commit aea55d2c62.
This commit is contained in:
Cameron Steffen 2021-02-26 12:11:35 -06:00
parent 1368cb34d1
commit 814b006d03

View file

@ -19,7 +19,7 @@ edition = "2018"
publish = false
[workspace]
exclude = ["clippy_dev", "mini-macro", "target/lintcheck/crates"]
exclude = ["clippy_dev", "mini-macro"]
[[bin]]
name = "cargo-clippy"