Skip to content

Commit 2f815ec

Browse files
committed
Auto merge of rust-lang#6763 - flip1995:fix_lintcheck, r=matthiaskrgr
Fix lintcheck by excluding checked crates from workspace r? `@matthiaskrgr` cc `@camsteffen` So `exclude` doesn't work with glob patterns, but it turns out that it works with `starts_with`. changelog: none
2 parents 7d535f6 + aea55d2 commit 2f815ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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"]
22+
exclude = ["clippy_dev", "mini-macro", "target/lintcheck/crates"]
2323

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

0 commit comments

Comments
 (0)