Lines Matching full:clippy
50 clippy::cast_sign_loss,
51 clippy::default_trait_access,
52 clippy::derive_partial_eq_without_eq,
53 clippy::doc_markdown,
54 clippy::drop_copy,
55 clippy::enum_glob_use,
56 clippy::explicit_auto_deref,
57 clippy::if_same_then_else,
58 clippy::inherent_to_string,
59 clippy::items_after_statements,
60 clippy::match_bool,
61 clippy::match_on_vec_items,
62 clippy::match_same_arms,
63 clippy::module_name_repetitions,
64 clippy::needless_doctest_main,
65 clippy::needless_pass_by_value,
66 clippy::new_without_default,
67 clippy::nonminimal_bool,
68 clippy::option_if_let_else,
69 clippy::or_fun_call,
70 clippy::redundant_else,
71 clippy::shadow_unrelated,
72 clippy::significant_drop_in_scrutinee,
73 clippy::similar_names,
74 clippy::single_match_else,
75 clippy::struct_excessive_bools,
76 clippy::too_many_arguments,
77 clippy::too_many_lines,
78 clippy::toplevel_ref_arg,
79 clippy::upper_case_acronyms,
80 // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6983
81 clippy::wrong_self_convention