diff --git a/tests/ui/unused_unit.edition2021.fixed b/tests/ui/unused_unit.edition2021.fixed index cb29688988ae..def8ef86e3c5 100644 --- a/tests/ui/unused_unit.edition2021.fixed +++ b/tests/ui/unused_unit.edition2021.fixed @@ -145,7 +145,7 @@ mod issue14577 { } } -mod pr_to_be_determined { +mod pr14962 { #[allow(unused_parens)] type UnusedParensButNoUnit = Box; } diff --git a/tests/ui/unused_unit.edition2024.fixed b/tests/ui/unused_unit.edition2024.fixed index 9870561ff034..f908b958b191 100644 --- a/tests/ui/unused_unit.edition2024.fixed +++ b/tests/ui/unused_unit.edition2024.fixed @@ -145,7 +145,7 @@ mod issue14577 { } } -mod pr_to_be_determined { +mod pr14962 { #[allow(unused_parens)] type UnusedParensButNoUnit = Box; } diff --git a/tests/ui/unused_unit.rs b/tests/ui/unused_unit.rs index 23421764b35c..7298ec40cc28 100644 --- a/tests/ui/unused_unit.rs +++ b/tests/ui/unused_unit.rs @@ -145,7 +145,7 @@ mod issue14577 { } } -mod pr_to_be_determined { +mod pr14962 { #[allow(unused_parens)] type UnusedParensButNoUnit = Box; }