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)]
50 #[allow(clippy::unknown_clippy_lints)]
51 #[allow(clippy::pattern_type_mismatch)]
52 #[allow(clippy::redundant_pub_crate)]
53 #[allow(clippy::type_repetition_in_bounds)]
55 #[allow(clippy::ref_option_ref)]
80 #[allow(clippy::unknown_clippy_lints)]
81 #[allow(clippy::pattern_type_mismatch)]
82 #[allow(clippy::redundant_pub_crate)]
83 #[allow(clippy::type_repetition_in_bounds)]
86 #[allow(clippy::large_enum_variant)]
108 #[allow(clippy::unknown_clippy_lints)]
109 #[allow(clippy::pattern_type_mismatch)]
110 #[allow(clippy::redundant_pub_crate)]
111 #[allow(clippy::type_repetition_in_bounds)]
113 #[allow(clippy::semicolon_if_nothing_returned)]
114 #[allow(clippy::use_self)]
115 #[allow(clippy::used_underscore_binding)]
151 #[allow(clippy::missing_const_for_fn)]
260 #[allow(clippy::drop_bounds, drop_bounds)]