Lines Matching full:allow
14 #[allow(box_pointers)]
15 #[allow(deprecated)]
16 #[allow(explicit_outlives_requirements)]
17 #[allow(single_use_lifetimes)]
18 #[allow(unreachable_pub)]
19 #[allow(unused_tuple_struct_fields)]
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)]
24 #[allow(dead_code)]
25 #[allow(clippy::mut_mut)]
44 #[allow(box_pointers)]
45 #[allow(deprecated)]
46 #[allow(explicit_outlives_requirements)]
47 #[allow(single_use_lifetimes)]
48 #[allow(unreachable_pub)]
49 #[allow(unused_tuple_struct_fields)]
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)]
54 #[allow(dead_code)]
55 #[allow(clippy::ref_option_ref)]
74 #[allow(box_pointers)]
75 #[allow(deprecated)]
76 #[allow(explicit_outlives_requirements)]
77 #[allow(single_use_lifetimes)]
78 #[allow(unreachable_pub)]
79 #[allow(unused_tuple_struct_fields)]
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)]
84 #[allow(dead_code)]
85 #[allow(variant_size_differences)]
86 #[allow(clippy::large_enum_variant)]
102 #[allow(box_pointers)]
103 #[allow(deprecated)]
104 #[allow(explicit_outlives_requirements)]
105 #[allow(single_use_lifetimes)]
106 #[allow(unreachable_pub)]
107 #[allow(unused_tuple_struct_fields)]
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)]
112 #[allow(unused_qualifications)]
113 #[allow(clippy::semicolon_if_nothing_returned)]
114 #[allow(clippy::use_self)]
115 #[allow(clippy::used_underscore_binding)]
117 #[allow(unused_extern_crates)]
120 #[allow(dead_code)]
150 #[allow(dead_code)]
151 #[allow(clippy::missing_const_for_fn)]
181 #[allow(dead_code)]
236 #[allow(missing_debug_implementations)]
260 #[allow(clippy::drop_bounds, drop_bounds)]