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::ref_option_ref)]
28 #[allow(box_pointers)]
29 #[allow(deprecated)]
30 #[allow(explicit_outlives_requirements)]
31 #[allow(single_use_lifetimes)]
32 #[allow(unreachable_pub)]
33 #[allow(unused_tuple_struct_fields)]
34 #[allow(clippy::unknown_clippy_lints)]
35 #[allow(clippy::pattern_type_mismatch)]
36 #[allow(clippy::redundant_pub_crate)]
37 #[allow(clippy::type_repetition_in_bounds)]
38 #[allow(unused_qualifications)]
39 #[allow(clippy::semicolon_if_nothing_returned)]
40 #[allow(clippy::use_self)]
41 #[allow(clippy::used_underscore_binding)]
43 #[allow(unused_extern_crates)]
46 #[allow(dead_code)]
47 #[allow(clippy::missing_const_for_fn)]
70 #[allow(missing_debug_implementations)]
92 #[allow(clippy::drop_bounds, drop_bounds)]