mk/clippy.sh: Remove --allow entries for lints that aren't triggered.

This commit is contained in:
Brian Smith 2023-10-13 13:52:07 -07:00
parent 3eb07737f1
commit 691a4dbb31

View File

@ -24,15 +24,12 @@ cargo clippy \
--deny missing_docs \
--deny warnings \
--allow clippy::collapsible_if \
--allow clippy::derive_partial_eq_without_eq \
--allow clippy::identity_op \
--allow clippy::len_without_is_empty \
--allow clippy::let_unit_value \
--allow clippy::many_single_char_names \
--allow clippy::new_without_default \
--allow clippy::neg_cmp_op_on_partial_ord \
--allow clippy::too_many_arguments \
--allow clippy::type_complexity \
--allow clippy::unreadable_literal \
--allow clippy::upper_case_acronyms \
$NULL