mirror of https://github.com/aya-rs/aya
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
parent
e1aefa4e87
commit
7c1bfeffe8
Loading…
Reference in New Issue