1 2--- 3 Cargo.toml | 5 ----- 4 1 file changed, 5 deletions(-) 5 6diff --git b/Cargo.toml a/Cargo.toml 7index 29be4e5a..80f71ff6 100644 8--- b/Cargo.toml 9+++ a/Cargo.toml 10@@ -42,11 +42,6 @@ repository = "https://github.com/servo/unicode-bidi" 11 [lib] 12 name = "unicode_bidi" 13 14-[[test]] 15-name = "conformance_tests" 16-path = "tests/conformance_tests.rs" 17-required-features = ["hardcoded-data"] 18- 19 [dependencies.flame] 20 version = "0.2" 21 optional = true 22