From a94a77afd63c0768c63b61f762507393c0b8d212 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Sat, 10 Feb 2024 12:00:41 -0500 Subject: [PATCH] The unused_tuple_struct_fields lint is going away --- Cargo.toml | 1 - src/templates/Cargo.toml.tt | 1 - tests/data/new/bin-lib/Cargo.toml | 1 - tests/data/new/bin/Cargo.toml | 1 - tests/data/new/custom-project-name/Cargo.toml | 1 - tests/data/new/custom-project-repo-name/Cargo.toml | 1 - tests/data/new/custom-repo-name/Cargo.toml | 1 - tests/data/new/description/Cargo.toml | 1 - tests/data/new/lib/Cargo.toml | 1 - 9 files changed, 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56083ea..4c40712 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/src/templates/Cargo.toml.tt b/src/templates/Cargo.toml.tt index c8eda69..2338a70 100644 --- a/src/templates/Cargo.toml.tt +++ b/src/templates/Cargo.toml.tt @@ -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" diff --git a/tests/data/new/bin-lib/Cargo.toml b/tests/data/new/bin-lib/Cargo.toml index e25df3e..f8a73e4 100644 --- a/tests/data/new/bin-lib/Cargo.toml +++ b/tests/data/new/bin-lib/Cargo.toml @@ -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" diff --git a/tests/data/new/bin/Cargo.toml b/tests/data/new/bin/Cargo.toml index adfd6b6..290d2b5 100644 --- a/tests/data/new/bin/Cargo.toml +++ b/tests/data/new/bin/Cargo.toml @@ -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" diff --git a/tests/data/new/custom-project-name/Cargo.toml b/tests/data/new/custom-project-name/Cargo.toml index 46de694..90c958a 100644 --- a/tests/data/new/custom-project-name/Cargo.toml +++ b/tests/data/new/custom-project-name/Cargo.toml @@ -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" diff --git a/tests/data/new/custom-project-repo-name/Cargo.toml b/tests/data/new/custom-project-repo-name/Cargo.toml index 842f22f..5ebf813 100644 --- a/tests/data/new/custom-project-repo-name/Cargo.toml +++ b/tests/data/new/custom-project-repo-name/Cargo.toml @@ -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" diff --git a/tests/data/new/custom-repo-name/Cargo.toml b/tests/data/new/custom-repo-name/Cargo.toml index 5ee0205..76b543d 100644 --- a/tests/data/new/custom-repo-name/Cargo.toml +++ b/tests/data/new/custom-repo-name/Cargo.toml @@ -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" diff --git a/tests/data/new/description/Cargo.toml b/tests/data/new/description/Cargo.toml index 242118d..be03b42 100644 --- a/tests/data/new/description/Cargo.toml +++ b/tests/data/new/description/Cargo.toml @@ -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" diff --git a/tests/data/new/lib/Cargo.toml b/tests/data/new/lib/Cargo.toml index e25df3e..f8a73e4 100644 --- a/tests/data/new/lib/Cargo.toml +++ b/tests/data/new/lib/Cargo.toml @@ -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"