Skip to content

Commit

Permalink
remove dupe
Browse files Browse the repository at this point in the history
  • Loading branch information
skius committed Jul 12, 2023
1 parent 5a31190 commit a5aa861
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 @@ -203,7 +203,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 a5aa861

Please sign in to comment.