From b93408ded8dc1e29a9a5c00c7cd3799ef5661326 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 8 Aug 2014 19:05:19 -0700 Subject: [PATCH] Un-ignore lib tests so doctests will run --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42735d09..b4e65a36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ authors = [ "Steven Fackler " ] name = "postgres" path = "src/lib.rs" -test = false [[test]]