remove Attempting and more

This commit is contained in:
Folkert 2021-03-12 02:09:48 +01:00
parent 98024b2a21
commit 5e4db62c46
6 changed files with 46 additions and 136 deletions

View file

@ -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
};