mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
remove Attempting and more
This commit is contained in:
parent
98024b2a21
commit
5e4db62c46
6 changed files with 46 additions and 136 deletions
|
@ -275,7 +275,8 @@ where
|
|||
debug_assert!(u16::MAX - state.indent_col >= spaces as u16);
|
||||
debug_assert!(spaces <= u16::MAX as usize);
|
||||
|
||||
state.indent_col + spaces as u16
|
||||
// state.indent_col + spaces as u16
|
||||
state.indent_col
|
||||
} else {
|
||||
state.indent_col
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue