Lines Matching full:clippy
13 #[allow(clippy::unknown_clippy_lints)]
14 #[allow(clippy::pattern_type_mismatch)]
15 #[allow(clippy::redundant_pub_crate)]
17 #[allow(clippy::ref_option_ref)]
18 #[allow(clippy::type_repetition_in_bounds)]
31 #[allow(clippy::unknown_clippy_lints)]
32 #[allow(clippy::pattern_type_mismatch)]
33 #[allow(clippy::redundant_pub_crate)]
34 #[allow(clippy::semicolon_if_nothing_returned)]
35 #[allow(clippy::used_underscore_binding)]
42 #[allow(clippy::unknown_clippy_lints)]
43 #[allow(clippy::pattern_type_mismatch)]
44 #[allow(clippy::redundant_pub_crate)]
46 #[allow(clippy::mut_mut)]
47 #[allow(clippy::type_repetition_in_bounds)]
67 #[allow(clippy::missing_const_for_fn)]
106 #[allow(clippy::drop_bounds, drop_bounds)]