Remove stray comment
This commit is contained in:
parent
44334ff093
commit
1d74432dd1
@ -938,8 +938,6 @@ fn tokenize(text: &str) -> Result<Vec<Token>, Error> {
|
|||||||
if contents.is_empty() {
|
if contents.is_empty() {
|
||||||
return error!(ErrorKind::UnterminatedString);
|
return error!(ErrorKind::UnterminatedString);
|
||||||
}
|
}
|
||||||
// die on \n or \r
|
|
||||||
// stop on unescaped "
|
|
||||||
let mut len = 0;
|
let mut len = 0;
|
||||||
let mut escape = false;
|
let mut escape = false;
|
||||||
for c in contents.chars() {
|
for c in contents.chars() {
|
||||||
|
Loading…
Reference in New Issue
Block a user