From 9c4d247cb824689791e81942fd586e36899b35aa Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 12 Aug 2014 20:14:54 -0700 Subject: [PATCH] Re-disable in-crate tests --- phf/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/phf/Cargo.toml b/phf/Cargo.toml index f939f431..23863744 100644 --- a/phf/Cargo.toml +++ b/phf/Cargo.toml @@ -8,6 +8,7 @@ version = "0.0.0" name = "phf" path = "src/lib.rs" +test = false [dev_dependencies.phf_mac]