mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
fmt
This commit is contained in:
parent
70156b0a90
commit
cb8cf44596
12 changed files with 336 additions and 272 deletions
|
@ -100,8 +100,7 @@ fn chomp_number_dec<'a>(
|
|||
let string =
|
||||
unsafe { std::str::from_utf8_unchecked(&state.bytes()[0..chomped + is_negative as usize]) };
|
||||
|
||||
let new = state
|
||||
.advance(chomped + is_negative as usize);
|
||||
let new = state.advance(chomped + is_negative as usize);
|
||||
|
||||
Ok((
|
||||
Progress::MadeProgress,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue