Skip to content

Commit b3082a9

Browse files
committed
the right way I suppose v29
1 parent 32bbd2f commit b3082a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tokenizer.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,9 +2019,6 @@ impl<'a> Tokenizer<'a> {
20192019
} else if dialect_of!(self is SnowflakeDialect) {
20202020
s.push(ch);
20212021
chars.next();
2022-
if let Some(_) = chars.peek() {
2023-
s.push('Y');
2024-
}
20252022
} else {
20262023
let n = match next {
20272024
'0' => '\0',

0 commit comments

Comments
 (0)