Skip to content

Commit a7e732b

Browse files
xitepiffyio
andauthored
Update src/tokenizer.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent c8b3f00 commit a7e732b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tokenizer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2079,7 +2079,6 @@ impl<'a> Tokenizer<'a> {
20792079
}
20802080
self.tokenizer_error(error_loc, "Unterminated string literal")
20812081
}
2082-
// ~ not a literal introduced with _token_prefix_, assm
20832082
_ => {
20842083
let s = self.tokenize_word(String::from_iter(word_prefix), chars);
20852084
Ok(Token::make_word(&s, None))

0 commit comments

Comments
 (0)