Skip to content

Commit

Permalink
The unused_tuple_struct_fields lint is going away
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Feb 10, 2024
1 parent c5f2ee7 commit a94a77a
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -82,7 +82,6 @@ unsafe_op_in_unsafe_fn = "deny"
unused_import_braces = "deny"
unused_lifetimes = "deny"
unused_qualifications = "deny"
unused_tuple_struct_fields = "deny"

# Deny various warn-by-default lints:
ambiguous_glob_reexports = "deny"
Expand Down
1 change: 0 additions & 1 deletion src/templates/Cargo.toml.tt
Expand Up @@ -42,7 +42,6 @@ unsafe_op_in_unsafe_fn = "deny"
unused_import_braces = "deny"
unused_lifetimes = "deny"
unused_qualifications = "deny"
unused_tuple_struct_fields = "deny"

# Deny various warn-by-default lints:
ambiguous_glob_reexports = "deny"
Expand Down
1 change: 0 additions & 1 deletion tests/data/new/bin-lib/Cargo.toml
Expand Up @@ -35,7 +35,6 @@ unsafe_op_in_unsafe_fn = "deny"
unused_import_braces = "deny"
unused_lifetimes = "deny"
unused_qualifications = "deny"
unused_tuple_struct_fields = "deny"

# Deny various warn-by-default lints:
ambiguous_glob_reexports = "deny"
Expand Down
1 change: 0 additions & 1 deletion tests/data/new/bin/Cargo.toml
Expand Up @@ -36,7 +36,6 @@ unsafe_op_in_unsafe_fn = "deny"
unused_import_braces = "deny"
unused_lifetimes = "deny"
unused_qualifications = "deny"
unused_tuple_struct_fields = "deny"

# Deny various warn-by-default lints:
ambiguous_glob_reexports = "deny"
Expand Down
1 change: 0 additions & 1 deletion tests/data/new/custom-project-name/Cargo.toml
Expand Up @@ -35,7 +35,6 @@ unsafe_op_in_unsafe_fn = "deny"
unused_import_braces = "deny"
unused_lifetimes = "deny"
unused_qualifications = "deny"
unused_tuple_struct_fields = "deny"

# Deny various warn-by-default lints:
ambiguous_glob_reexports = "deny"
Expand Down
1 change: 0 additions & 1 deletion tests/data/new/custom-project-repo-name/Cargo.toml
Expand Up @@ -35,7 +35,6 @@ unsafe_op_in_unsafe_fn = "deny"
unused_import_braces = "deny"
unused_lifetimes = "deny"
unused_qualifications = "deny"
unused_tuple_struct_fields = "deny"

# Deny various warn-by-default lints:
ambiguous_glob_reexports = "deny"
Expand Down
1 change: 0 additions & 1 deletion tests/data/new/custom-repo-name/Cargo.toml
Expand Up @@ -35,7 +35,6 @@ unsafe_op_in_unsafe_fn = "deny"
unused_import_braces = "deny"
unused_lifetimes = "deny"
unused_qualifications = "deny"
unused_tuple_struct_fields = "deny"

# Deny various warn-by-default lints:
ambiguous_glob_reexports = "deny"
Expand Down
1 change: 0 additions & 1 deletion tests/data/new/description/Cargo.toml
Expand Up @@ -35,7 +35,6 @@ unsafe_op_in_unsafe_fn = "deny"
unused_import_braces = "deny"
unused_lifetimes = "deny"
unused_qualifications = "deny"
unused_tuple_struct_fields = "deny"

# Deny various warn-by-default lints:
ambiguous_glob_reexports = "deny"
Expand Down
1 change: 0 additions & 1 deletion tests/data/new/lib/Cargo.toml
Expand Up @@ -35,7 +35,6 @@ unsafe_op_in_unsafe_fn = "deny"
unused_import_braces = "deny"
unused_lifetimes = "deny"
unused_qualifications = "deny"
unused_tuple_struct_fields = "deny"

# Deny various warn-by-default lints:
ambiguous_glob_reexports = "deny"
Expand Down

0 comments on commit a94a77a

Please sign in to comment.