about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCameron Steffen <cam.steffen94@gmail.com>2021-02-26 12:11:35 -0600
committerCameron Steffen <cam.steffen94@gmail.com>2021-02-26 12:11:35 -0600
commit814b006d03187c8ec41fad0f654cde2a6dfea4c7 (patch)
treeabd103e19d67585607dda02a3b5fbac2f0d87d7d
parent1368cb34d1b3cbcb6a26f3e337cb94cbe9e8ae5f (diff)
downloadrust-814b006d03187c8ec41fad0f654cde2a6dfea4c7.tar.gz
rust-814b006d03187c8ec41fad0f654cde2a6dfea4c7.zip
Revert "Fix lintcheck by excluding checked crates from workspace"
This reverts commit aea55d2c6239e42a0a337d610d19061521565615.
-rw-r--r--Cargo.toml2
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"