Lines Matching full:clippy
12 clippy::cast_sign_loss,
13 clippy::default_trait_access,
14 clippy::enum_glob_use,
15 clippy::inherent_to_string,
16 clippy::items_after_statements,
17 clippy::match_bool,
18 clippy::match_on_vec_items,
19 clippy::match_same_arms,
20 clippy::missing_errors_doc,
21 clippy::module_name_repetitions,
22 clippy::needless_pass_by_value,
23 clippy::new_without_default,
24 clippy::nonminimal_bool,
25 clippy::option_if_let_else,
26 clippy::or_fun_call,
27 clippy::redundant_else,
28 clippy::shadow_unrelated,
29 clippy::similar_names,
30 clippy::single_match_else,
31 clippy::struct_excessive_bools,
32 clippy::too_many_arguments,
33 clippy::too_many_lines,
34 clippy::toplevel_ref_arg,
35 // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6983
36 clippy::wrong_self_convention