Skip to content

Commit c2d7ffb

Browse files
committed
Remove trailing whitespace
1 parent e3eefe2 commit c2d7ffb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/ui/parser/issue-35813-postfix-after-cast.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ pub fn index_after_cast_to_index() {
2222

2323
pub fn cast_after_cast() {
2424
if 5u64 as i32 as u16 == 0u16 {
25-
25+
2626
}
2727
if 5u64: u64: u64 == 0u64 {
28-
28+
2929
}
3030
let _ = 5u64: u64: u64 as u8 as i8 == 9i8;
3131
let _ = 0i32: i32: i32;
@@ -107,7 +107,7 @@ pub fn cast_then_call() {
107107
pub fn cast_to_fn_should_work() {
108108
let drop_ptr = drop as fn(u8);
109109
drop as fn(u8);
110-
drop_ptr: fn(u8);
110+
drop_ptr: fn(u8);
111111
}
112112

113113
pub fn parens_after_cast_error() {

0 commit comments

Comments
 (0)