chiark / gitweb /
changelog: document further make-release changes
[otter.git] / clippy-options
index 708cfece076bff357a38a6e9e491db3277b9e1fd..99dd652e65a6c2e362c8db6790c461d167459693 100644 (file)
 -A clippy::if_same_then_else # rust-clippy/issues/6285 etc.
 -A clippy::redundant_pattern_matching
 -A clippy::unnecessary_lazy_evaluations
+-A clippy::map_flatten
+-A clippy::manual_split_once
+-A clippy::expect_fun_call
+-A clippy::manual_map
+-A clippy::vec_init_then_push
+-A clippy::collapsible_if
+-A clippy::iter_nth_zero
+-A clippy::match_single_binding
+-A clippy::needless_update
+-A clippy::comparison_chain
+-A clippy::bool_comparison
+-A clippy::nonminimal_bool
+-A clippy::needless_match
+-A clippy::from_over_into # buggy in 1.61.0-nightly (1bfe40d11 2022-03-18)
+-A clippy::await_holding_lock # moans about synch mutex in async
+-A clippy::neg_cmp_op_on_partial_ord