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` --> tests/lint.rs:46:5 | 46 | 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)]` ```
- Loading branch information