Skip to content

Commit 1e96456

Browse files
author
Benjamin Schulz
committed
Reference correct PR
1 parent ed226d2 commit 1e96456

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/ui/unused_unit.edition2021.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ mod issue14577 {
145145
}
146146
}
147147

148-
mod pr_to_be_determined {
148+
mod pr14962 {
149149
#[allow(unused_parens)]
150150
type UnusedParensButNoUnit = Box<dyn (Fn())>;
151151
}

tests/ui/unused_unit.edition2024.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ mod issue14577 {
145145
}
146146
}
147147

148-
mod pr_to_be_determined {
148+
mod pr14962 {
149149
#[allow(unused_parens)]
150150
type UnusedParensButNoUnit = Box<dyn (Fn())>;
151151
}

tests/ui/unused_unit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ mod issue14577 {
145145
}
146146
}
147147

148-
mod pr_to_be_determined {
148+
mod pr14962 {
149149
#[allow(unused_parens)]
150150
type UnusedParensButNoUnit = Box<dyn (Fn())>;
151151
}

0 commit comments

Comments
 (0)