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