Browse Source

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.
Tamir Duberstein 1 năm trước cách đây
mục cha
commit
7c1bfeffe8
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      aya/src/lib.rs

+ 0 - 1
aya/src/lib.rs

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