Lines Matching full:allow
8 #[allow(box_pointers)]
9 #[allow(deprecated)]
10 #[allow(explicit_outlives_requirements)]
11 #[allow(single_use_lifetimes)]
12 #[allow(unreachable_pub)]
13 #[allow(unused_tuple_struct_fields)]
14 #[allow(clippy::unknown_clippy_lints)]
15 #[allow(clippy::pattern_type_mismatch)]
16 #[allow(clippy::redundant_pub_crate)]
17 #[allow(clippy::type_repetition_in_bounds)]
18 #[allow(dead_code)]
19 #[allow(clippy::mut_mut)]
31 #[allow(box_pointers)]
32 #[allow(deprecated)]
33 #[allow(explicit_outlives_requirements)]
34 #[allow(single_use_lifetimes)]
35 #[allow(unreachable_pub)]
36 #[allow(unused_tuple_struct_fields)]
37 #[allow(clippy::unknown_clippy_lints)]
38 #[allow(clippy::pattern_type_mismatch)]
39 #[allow(clippy::redundant_pub_crate)]
40 #[allow(clippy::type_repetition_in_bounds)]
41 #[allow(dead_code)]
42 #[allow(clippy::ref_option_ref)]
51 #[allow(box_pointers)]
52 #[allow(deprecated)]
53 #[allow(explicit_outlives_requirements)]
54 #[allow(single_use_lifetimes)]
55 #[allow(unreachable_pub)]
56 #[allow(unused_tuple_struct_fields)]
57 #[allow(clippy::unknown_clippy_lints)]
58 #[allow(clippy::pattern_type_mismatch)]
59 #[allow(clippy::redundant_pub_crate)]
60 #[allow(clippy::type_repetition_in_bounds)]
61 #[allow(unused_qualifications)]
62 #[allow(clippy::semicolon_if_nothing_returned)]
63 #[allow(clippy::use_self)]
64 #[allow(clippy::used_underscore_binding)]
66 #[allow(unused_extern_crates)]
69 #[allow(dead_code)]
91 #[allow(dead_code)]
92 #[allow(clippy::missing_const_for_fn)]
115 #[allow(missing_debug_implementations)]
137 #[allow(clippy::drop_bounds, drop_bounds)]