mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-14 14:42:33 +00:00
Remove obsolete clippy allowances/exceptions
This commit is contained in:
parent
b78fb62cd6
commit
8bb994e865
1 changed files with 0 additions and 4 deletions
|
@ -120,10 +120,8 @@
|
|||
clippy::module_name_repetitions,
|
||||
clippy::must_use_candidate,
|
||||
clippy::doc_markdown,
|
||||
let_underscore_drop,
|
||||
clippy::match_wildcard_for_single_variants,
|
||||
clippy::semicolon_if_nothing_returned,
|
||||
clippy::new_without_default,
|
||||
clippy::from_over_into,
|
||||
clippy::upper_case_acronyms,
|
||||
clippy::single_match_else,
|
||||
|
@ -132,8 +130,6 @@
|
|||
clippy::len_without_is_empty,
|
||||
clippy::needless_late_init,
|
||||
clippy::type_complexity,
|
||||
clippy::type_repetition_in_bounds,
|
||||
unused_qualifications,
|
||||
clippy::return_self_not_must_use,
|
||||
clippy::bool_to_int_with_if,
|
||||
clippy::uninlined_format_args, /* This should be changed for any normal "{}", but I'm not a fan of it for any debug or width specific formatting */
|
||||
|
|
Loading…
Reference in a new issue