Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow unused_tuple lint under the new dead_code name
As of at least rust 1.77 nightly, the compiler warns that the `unused_tuple_struct_field` lint has been subsumed under `dead_code`. Allow both lints in the relevant field here. This still warns about the old name on nightly but helps with the severity of the warning for those building with a nightly toolchain and is less likely regress builds with future stable toolchains.
- Loading branch information