Skip to content

Commit 1147f18

Browse files
committed
1 parent 6b1a944 commit 1147f18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tools/jsondocck/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ static LINE_PATTERN: LazyLock<Regex> = LazyLock::new(|| {
5454
"#,
5555
)
5656
.ignore_whitespace(true)
57-
.unicode(true)
5857
.build()
5958
.unwrap()
6059
});
@@ -66,7 +65,6 @@ static DEPRECATED_LINE_PATTERN: LazyLock<Regex> = LazyLock::new(|| {
6665
"#,
6766
)
6867
.ignore_whitespace(true)
69-
.unicode(true)
7068
.build()
7169
.unwrap()
7270
});

0 commit comments

Comments
 (0)