chore: add clarifying comment

This commit is contained in:
Brice Dobry
2022-06-11 20:26:01 -04:00
parent 069a4849db
commit 8e7c116ad1

View File

@@ -405,6 +405,7 @@ impl<'a> Lexer<'a> {
}
}
/// Read `X` in `\u{X}` in a UTF8 string
fn read_utf8_encoding(&mut self) -> LexResult<String> {
// Red exclamation mark
const error_string: &str = "2757";