Lines Matching full:clippy
2 clippy::cast_sign_loss,
3 clippy::cognitive_complexity,
4 clippy::default_trait_access,
5 clippy::derive_partial_eq_without_eq,
6 clippy::enum_glob_use,
7 clippy::if_same_then_else,
8 clippy::inherent_to_string,
9 clippy::items_after_statements,
10 clippy::large_enum_variant,
11 clippy::match_bool,
12 clippy::match_on_vec_items,
13 clippy::match_same_arms,
14 clippy::module_name_repetitions,
15 clippy::needless_pass_by_value,
16 clippy::new_without_default,
17 clippy::nonminimal_bool,
18 clippy::option_if_let_else,
19 clippy::or_fun_call,
20 clippy::redundant_else,
21 clippy::shadow_unrelated,
22 clippy::similar_names,
23 clippy::single_match_else,
24 clippy::struct_excessive_bools,
25 clippy::too_many_arguments,
26 clippy::too_many_lines,
27 clippy::toplevel_ref_arg,
28 // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6983
29 clippy::wrong_self_convention