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.
1 parent 712a933 commit c8461b1Copy full SHA for c8461b1
Cargo.toml
@@ -17,7 +17,7 @@ This crate provides Grapheme Cluster, Word and Sentence boundaries
17
according to Unicode Standard Annex #29 rules.
18
"""
19
20
-exclude = ["/.github", "/benches/texts"]
+exclude = ["/.github", "/benches/texts", "/scripts/**.rs", "*.txt"]
21
22
[features]
23
no_std = [] # This is a no-op, preserved for backward compatibility only.
0 commit comments