Skip to content

Commit df7cf2d

Browse files
committed
Remove comment
1 parent f89df29 commit df7cf2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tokenizer.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,8 +2042,6 @@ impl<'a> Tokenizer<'a> {
20422042

20432043
let start_quote_loc = chars.location();
20442044
let (start_quote, end_quote) = match chars.next() {
2045-
// ~ "newline" is not allowed by Oracle's SQL Reference,
2046-
// but works with sql*plus nevertheless
20472045
None | Some(' ') | Some('\t') | Some('\r') | Some('\n') => {
20482046
return self.tokenizer_error(
20492047
start_quote_loc,

0 commit comments

Comments
 (0)