Skip to content

Commit

Permalink
Remove old unused_tuple_struct_fields lint
Browse files Browse the repository at this point in the history
    error: lint `unused_tuple_struct_fields` has been renamed to `dead_code`
      --> src/main.rs:38:5
       |
    38 |     unused_tuple_struct_fields,
       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dead_code`
       |
    note: the lint level is defined here
      --> src/main.rs:6:5
       |
    6  |     warnings,
       |     ^^^^^^^^
       = note: `#[deny(renamed_and_removed_lints)]` implied by `#[deny(warnings)]`
  • Loading branch information
dtolnay committed Jan 16, 2024
1 parent 586d819 commit 8e014cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/smoke-test/src/main.rs
Expand Up @@ -35,7 +35,6 @@
unused_lifetimes,
unused_qualifications,
unused_results,
unused_tuple_struct_fields,
variant_size_differences
)]

Expand Down

0 comments on commit 8e014cc

Please sign in to comment.