Skip to content

Commit d8a7bce

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

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
@@ -2041,7 +2041,6 @@ impl<'a> Tokenizer<'a> {
20412041
match chars.peek() {
20422042
Some('\'') => {
20432043
chars.next();
2044-
// ~ determine the "quote character(s)"
20452044
let error_loc = chars.location();
20462045
let (start_quote_char, end_quote_char) = match chars.next() {
20472046
// ~ "newline" is not allowed by Oracle's SQL Reference,

0 commit comments

Comments
 (0)