Skip to content

Commit f55b99c

Browse files
committed
Change excluded files
This excludes: - test/normalization_tests.rs And 2 tests that consume it: - test/test_normalization.rs - test/stream_safe_normalization.rs Tests should pass when this crate is published without these files, albeit resulting in slightly lower test quality.
1 parent e7c5602 commit f55b99c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Decomposition and Recomposition, as described in
1818
Unicode Standard Annex #15.
1919
"""
2020

21-
exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt", "src/normalization_tests.rs", "src/test.rs" ]
21+
exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt", "tests/normalization_tests.rs", "tests/stream_safe_normalization.rs", "tests/test_normalization.rs" ]
2222

2323
[dependencies]
24-
smallvec = "0.6"
24+
smallvec = "0.6"

0 commit comments

Comments
 (0)