Skip to content

Commit 0abf0e9

Browse files
Update compiler/rustc_lexer/src/lib.rs
Co-authored-by: Vadim Petrochenkov <[email protected]>
1 parent b2bcc41 commit 0abf0e9

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_lexer/src

1 file changed

+1
-1
lines changed

compiler/rustc_lexer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ impl Cursor<'_> {
645645

646646
// Just a 0.
647647
_ => {
648-
return (Int { base, empty_int: false }, None);
648+
return (Int { base, empty_int: false }, None)
649649
}
650650
}
651651
} else {

0 commit comments

Comments
 (0)