Skip to content

Commit

Permalink
Merge branch 'remove-unicodesetbuilderoptions' into unicodeset-new-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
skius committed Jul 12, 2023
2 parents 8da3859 + a5aa861 commit 274491c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion experimental/unicodeset_parser/src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ enum Operation {
Intersection,
}

// this builds the set on-the-fly while parsing it
// this builds the set on-the-fly while parsing it
struct UnicodeSetBuilder<'a, 'b, 'c, P: ?Sized> {
single_set: CodePointInversionListBuilder,
Expand Down

0 comments on commit 274491c

Please sign in to comment.