Add back missing comments
This commit is contained in:
parent
57c6ed0c07
commit
5339bd1ebe
3 changed files with 5 additions and 2 deletions
|
@ -240,6 +240,7 @@ pub fn is_whitespace(c: char) -> bool {
|
|||
|
||||
matches!(
|
||||
c,
|
||||
// Usual ASCII suspects
|
||||
'\u{0009}' // \t
|
||||
| '\u{000A}' // \n
|
||||
| '\u{000B}' // vertical tab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue