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(variant_size_differences)]
20 #[allow(clippy::large_enum_variant)]
26 #[allow(box_pointers)]
27 #[allow(deprecated)]
28 #[allow(explicit_outlives_requirements)]
29 #[allow(single_use_lifetimes)]
30 #[allow(unreachable_pub)]
31 #[allow(unused_tuple_struct_fields)]
32 #[allow(clippy::unknown_clippy_lints)]
33 #[allow(clippy::pattern_type_mismatch)]
34 #[allow(clippy::redundant_pub_crate)]
35 #[allow(clippy::type_repetition_in_bounds)]
36 #[allow(unused_qualifications)]
37 #[allow(clippy::semicolon_if_nothing_returned)]
38 #[allow(clippy::use_self)]
39 #[allow(clippy::used_underscore_binding)]
41 #[allow(unused_extern_crates)]
44 #[allow(dead_code)]
90 #[allow(missing_debug_implementations)]
112 #[allow(clippy::drop_bounds, drop_bounds)]