Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` 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 rust-lang/rust@9fcf9c141068984ffcbb4cb00c.
- Loading branch information