mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-08 05:35:22 +00:00
Address comment
This commit is contained in:
parent
300710f7db
commit
33a62789f7
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue