From 83a2b314b2af87d96e5e5eeef9f2df5e96485eaa Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 2 Feb 2018 08:10:48 -0800 Subject: [PATCH] Disable test for lib/doctest, there are none! --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8768b49c..02a9f554 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "wasm-bindgen" version = "0.1.0" authors = ["Alex Crichton "] +[lib] +test = false +doctest = false + [dependencies] wasm-bindgen-macro = { path = "crates/wasm-bindgen-macro" }