Skip to content

Commit 75cc403

Browse files
committed
Tidy fix
1 parent 68b38c3 commit 75cc403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/issues/issue-54094.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ fn foo(abc: <u16 as Zoo>::X) {}
1111

1212
fn main() {
1313
let x: *const u8 = foo as _;
14-
}
14+
}

0 commit comments

Comments
 (0)