Skip to content

Commit 6d96ffd

Browse files
committed
the right way I suppose v13
1 parent c131606 commit 6d96ffd

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
@@ -2034,7 +2034,6 @@ impl<'a> Tokenizer<'a> {
20342034
}
20352035
else {
20362036
let n = if dialect_of!(self is SnowflakeDialect) {
2037-
s.push('\\');
20382037
*next
20392038
} else {
20402039
match next {

0 commit comments

Comments
 (0)