Lines Matching full:clippy
20 #[allow(clippy::unknown_clippy_lints)]
21 #[allow(clippy::pattern_type_mismatch)]
22 #[allow(clippy::redundant_pub_crate)]
23 #[allow(clippy::type_repetition_in_bounds)]
25 #[allow(clippy::mut_mut)]
49 #[allow(clippy::unknown_clippy_lints)]
50 #[allow(clippy::pattern_type_mismatch)]
51 #[allow(clippy::redundant_pub_crate)]
52 #[allow(clippy::type_repetition_in_bounds)]
54 #[allow(clippy::ref_option_ref)]
78 #[allow(clippy::unknown_clippy_lints)]
79 #[allow(clippy::pattern_type_mismatch)]
80 #[allow(clippy::redundant_pub_crate)]
81 #[allow(clippy::type_repetition_in_bounds)]
84 #[allow(clippy::large_enum_variant)]
105 #[allow(clippy::unknown_clippy_lints)]
106 #[allow(clippy::pattern_type_mismatch)]
107 #[allow(clippy::redundant_pub_crate)]
108 #[allow(clippy::type_repetition_in_bounds)]
110 #[allow(clippy::semicolon_if_nothing_returned)]
111 #[allow(clippy::use_self)]
112 #[allow(clippy::used_underscore_binding)]
143 #[allow(clippy::missing_const_for_fn)]
245 #[allow(clippy::drop_bounds, drop_bounds)]