Skip to content

Commit c203bae

Browse files
committed
feat(path): disable miri check for utf8 patch check
1 parent 3bc58b2 commit c203bae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2181,6 +2181,7 @@ mod tests {
21812181
}
21822182

21832183
#[test]
2184+
#[cfg_attr(miri, ignore)] // Miri is too slow for this test
21842185
fn test_all_utf8_char_in_paths() {
21852186
// two code points
21862187
for i in 128..256 {

0 commit comments

Comments
 (0)