diff options
| author | Cameron Steffen <cam.steffen94@gmail.com> | 2021-02-26 12:11:35 -0600 |
|---|---|---|
| committer | Cameron Steffen <cam.steffen94@gmail.com> | 2021-02-26 12:11:35 -0600 |
| commit | 814b006d03187c8ec41fad0f654cde2a6dfea4c7 (patch) | |
| tree | abd103e19d67585607dda02a3b5fbac2f0d87d7d | |
| parent | 1368cb34d1b3cbcb6a26f3e337cb94cbe9e8ae5f (diff) | |
| download | rust-814b006d03187c8ec41fad0f654cde2a6dfea4c7.tar.gz rust-814b006d03187c8ec41fad0f654cde2a6dfea4c7.zip | |
Revert "Fix lintcheck by excluding checked crates from workspace"
This reverts commit aea55d2c6239e42a0a337d610d19061521565615.
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 1d6bf1ea0eb..b996e55c779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" |
