Lines Matching full:clippy
8 #[allow(clippy::unknown_clippy_lints)]
9 #[allow(clippy::mut_mut)]
10 #[allow(clippy::redundant_pub_crate)]
11 #[allow(clippy::ref_option_ref)]
12 #[allow(clippy::type_repetition_in_bounds)]
22 #[allow(clippy::unknown_clippy_lints)]
23 #[allow(clippy::redundant_pub_crate)]
24 #[allow(clippy::used_underscore_binding)]
28 #[allow(clippy::unknown_clippy_lints)]
29 #[allow(clippy::mut_mut)]
30 #[allow(clippy::redundant_pub_crate)]
31 #[allow(clippy::ref_option_ref)]
32 #[allow(clippy::type_repetition_in_bounds)]
75 #[allow(clippy::drop_bounds, drop_bounds)]