Disable doc tests for the CLI crate.

This commit is contained in:
Peter Huene
2020-01-02 16:32:00 -08:00
parent 59258730c2
commit e2c351ba18

View File

@@ -13,6 +13,9 @@ edition = "2018"
default-run = "wasmtime" default-run = "wasmtime"
publish = false publish = false
[lib]
doctest = false
[dependencies] [dependencies]
# Enable all supported architectures by default. # Enable all supported architectures by default.
wasmtime = { path = "crates/api" } wasmtime = { path = "crates/api" }