Remove target-dir workaround for Clippy cache issues.

For a long while this hasn't been needed. See
https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-152
This commit is contained in:
Brian Smith 2023-10-13 13:45:54 -07:00
parent 83719c4c0f
commit 64cd0b997e

View File

@ -19,7 +19,6 @@ IFS=$'\n\t'
export NULL=""
cargo clippy \
--target-dir=target/clippy \
--all-features --all-targets \
-- \
--deny missing_docs \