diff --git a/phf/Cargo.toml b/phf/Cargo.toml index f0471ad2..23863744 100644 --- a/phf/Cargo.toml +++ b/phf/Cargo.toml @@ -13,8 +13,3 @@ test = false [dev_dependencies.phf_mac] path = "../phf_mac" - -[[test]] - -name = "test" -path = "src/test.rs" \ No newline at end of file diff --git a/phf/src/test.rs b/phf/tests/test.rs similarity index 100% rename from phf/src/test.rs rename to phf/tests/test.rs