From a5aa861377adf32e7ccd42fb6b8d3ffd301f72a7 Mon Sep 17 00:00:00 2001 From: Niels Saurer Date: Wed, 12 Jul 2023 16:57:36 +0000 Subject: [PATCH] remove dupe --- experimental/unicodeset_parser/src/parse.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/experimental/unicodeset_parser/src/parse.rs b/experimental/unicodeset_parser/src/parse.rs index def18cc5ea0..e12211a4735 100644 --- a/experimental/unicodeset_parser/src/parse.rs +++ b/experimental/unicodeset_parser/src/parse.rs @@ -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,