From e2c351ba189e88f26880f0e2e7d0db9f9f4220fb Mon Sep 17 00:00:00 2001 From: Peter Huene Date: Thu, 2 Jan 2020 16:32:00 -0800 Subject: [PATCH] Disable doc tests for the CLI crate. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4298134555..3e72c70c8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,9 @@ edition = "2018" default-run = "wasmtime" publish = false +[lib] +doctest = false + [dependencies] # Enable all supported architectures by default. wasmtime = { path = "crates/api" }