Browse Source

Disable doc tests for the CLI crate.

pull/739/head
Peter Huene 5 years ago
parent
commit
e2c351ba18
No known key found for this signature in database GPG Key ID: E1D265D820213D6A
  1. 3
      Cargo.toml

3
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" }

Loading…
Cancel
Save