From 8f944ae4622102ad66eff19434725087239c1950 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 6 Mar 2019 12:49:29 +0100 Subject: Remove doctest noise from cargo test --- dhall/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dhall') diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index 80df0c3..2505570 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["NanoTech ", "Nadrieril "] edition = "2018" +[lib] +doctest = false + [dependencies] bytecount = "0.5.1" itertools = "0.8.0" -- cgit v1.2.3