Skip to content

Commit 814b006

Browse files
committed
Revert "Fix lintcheck by excluding checked crates from workspace"
This reverts commit aea55d2.
1 parent 1368cb3 commit 814b006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ edition = "2018"
1919
publish = false
2020

2121
[workspace]
22-
exclude = ["clippy_dev", "mini-macro", "target/lintcheck/crates"]
22+
exclude = ["clippy_dev", "mini-macro"]
2323

2424
[[bin]]
2525
name = "cargo-clippy"

0 commit comments

Comments
 (0)