Skip to content

Commit

Permalink
Fix lintcheck by excluding checked crates from workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Feb 18, 2021
1 parent ddeea97 commit aea55d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aea55d2

Please sign in to comment.