Skip to content

Commit

Permalink
Merge branch 'sd/202412_1' into sd/202412_2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichiueda committed Oct 24, 2024
2 parents e218a02 + 7e9027e commit 27d5b7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/feeder/scanner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ impl Feeder {
if ! self.starts_with("'") {
return 0;
}
if self.starts_with("''") {
return 2;
}

loop {
if let Some(n) = self.remaining[1..].find("'") {
Expand Down

0 comments on commit 27d5b7d

Please sign in to comment.