Address comment

This commit is contained in:
harupy 2023-01-04 00:03:18 +09:00
parent 300710f7db
commit 33a62789f7

View file

@ -1091,7 +1091,7 @@ where
} else {
let tok_start = self.get_pos();
self.next_char();
if let [Some('.'), Some('.')] = self.window[..2] {
if self.window[..2] == [Some('.'); 2] {
self.next_char();
self.next_char();
let tok_end = self.get_pos();