소스 검색

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 년 전
부모
커밋
7c1bfeffe8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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(