aya: appease nightly lint

```
error: lint `unused_tuple_struct_fields` has been renamed to `dead_code`
  --> aya/src/lib.rs:74:5
   |
74 |     unused_tuple_struct_fields,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dead_code`
   |
   = note: `-D renamed-and-removed-lints` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(renamed_and_removed_lints)]`
```

See https://github.com/rust-lang/rust/commit/9fcf9c141068984ffcbb4cb00c.
pull/861/head
Tamir Duberstein 9 months ago
parent e1aefa4e87
commit 7c1bfeffe8
No known key found for this signature in database

@ -71,7 +71,6 @@
unused_macro_rules, unused_macro_rules,
unused_qualifications, unused_qualifications,
//unused_results, //unused_results,
unused_tuple_struct_fields,
)] )]
#![allow(clippy::missing_safety_doc, clippy::len_without_is_empty)] #![allow(clippy::missing_safety_doc, clippy::len_without_is_empty)]
#![cfg_attr( #![cfg_attr(

Loading…
Cancel
Save