We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests/fuzz
1 parent 19172cc commit a76e0a0Copy full SHA for a76e0a0
Cargo.toml
@@ -13,7 +13,7 @@ finite automata and guarantees linear time matching on all inputs.
13
"""
14
categories = ["text-processing"]
15
autotests = false
16
-exclude = ["/fuzz/*", "/record/*", "/scripts/*", "/.github/*"]
+exclude = ["/fuzz/*", "/record/*", "/scripts/*", "tests/fuzz/*", "/.github/*"]
17
edition = "2021"
18
rust-version = "1.65"
19
0 commit comments