From 909e126d92a5019ce01f912b7dbb3baef1344d62 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 3 Nov 2017 12:55:53 +0100 Subject: Disable documentation for the 'sequoia' binary. - Cargo refuses to build documentation when both a library and a binary use the same name. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fa7f3c21..e39e4914 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,6 @@ name = "sequoia" path = "src/lib.rs" [[bin]] +doc = false name = "sequoia" path = "src/sequoia.rs" -- cgit v1.2.3