Commit 3efd236
committed
Fix copy/paste error in setting up DEFAULT_LEX_FLAGS.case_insensitive.
This was accidentally defaulting to the default value for `allow_wholeline_comments`.
This shouldn't have any effect, because `DEFAULT_LEX_FLAGS.allow_wholeline_comments`
defaults to a different value `Some(false)` vs `None`.
The `None` value sets it use the regex default value which is `false`.1 parent 12067d6 commit 3efd236
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments