mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
Revert "Fix lintcheck by excluding checked crates from workspace"
This reverts commit aea55d2c62
.
This commit is contained in:
parent
1368cb34d1
commit
814b006d03
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue