1
Fork 0

Add back missing comments

This commit is contained in:
Joshua Nelson 2020-10-27 10:55:26 -04:00
parent 57c6ed0c07
commit 5339bd1ebe
3 changed files with 5 additions and 2 deletions

View file

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