Disable test for lib/doctest, there are none!

This commit is contained in:
Alex Crichton 2018-02-02 08:10:48 -08:00
parent 322f52001e
commit 83a2b314b2

View File

@ -3,6 +3,10 @@ name = "wasm-bindgen"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[lib]
test = false
doctest = false
[dependencies]
wasm-bindgen-macro = { path = "crates/wasm-bindgen-macro" }