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