Lines Matching full:clippy
13 #[allow(clippy::unknown_clippy_lints)]
14 #[allow(clippy::pattern_type_mismatch)]
15 #[allow(clippy::redundant_pub_crate)]
16 #[allow(clippy::semicolon_if_nothing_returned)]
17 #[allow(clippy::used_underscore_binding)]
24 #[allow(clippy::unknown_clippy_lints)]
25 #[allow(clippy::pattern_type_mismatch)]
26 #[allow(clippy::redundant_pub_crate)]
28 #[allow(clippy::mut_mut)]
29 #[allow(clippy::type_repetition_in_bounds)]
42 #[allow(clippy::unknown_clippy_lints)]
43 #[allow(clippy::pattern_type_mismatch)]
44 #[allow(clippy::redundant_pub_crate)]
46 #[allow(clippy::ref_option_ref)]
47 #[allow(clippy::type_repetition_in_bounds)]
67 #[allow(clippy::missing_const_for_fn)]
106 #[allow(clippy::drop_bounds, drop_bounds)]