Skip to content

Commit dfc008f

Browse files
committed
Remove useless cast
1 parent b27089d commit dfc008f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ich/impls_syntax.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ fn stable_normalized_pos(np: ::syntax_pos::NormalizedPos,
496496
diff
497497
} = np;
498498

499-
(pos.0 - source_file_start.0, diff as u32)
499+
(pos.0 - source_file_start.0, diff)
500500
}
501501

502502

0 commit comments

Comments
 (0)