From 446ced1267401228c131d4479e8d5cfb5bc64d0a Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Sat, 13 May 2017 01:17:33 -0700 Subject: [PATCH] Disable doctests. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8b16922b..90c5b376 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,5 @@ features = ["full"] version = "0.11.11" [lib] +doctest = false proc-macro = true