CI: Clean up Clippy configuration.

None of these lints are triggered.
This commit is contained in:
Brian Smith 2023-08-30 16:25:04 -07:00
parent ae7a99f281
commit 3e8d10d72c
1 changed files with 0 additions and 6 deletions

View File

@ -28,11 +28,5 @@ cargo clippy \
\
--allow clippy::clone_on_copy \
--allow clippy::explicit_auto_deref \
--allow clippy::len_without_is_empty \
--allow clippy::new_without_default \
--allow clippy::single_match \
--allow clippy::single_match_else \
--allow clippy::too_many_arguments \
--allow clippy::type_complexity \
--allow clippy::upper_case_acronyms \
$NULL