Browse Source

wasmtime-wast: Fix copy-pasted doc comment (#453)

wasmtime-wast's main module had the same comment as wasmtime-jit's main
module; fix it to have its own doc comment.
pull/477/head
Josh Triplett 5 years ago
committed by Dan Gohman
parent
commit
bd60aa8b5e
  1. 2
      wasmtime-wast/src/lib.rs

2
wasmtime-wast/src/lib.rs

@ -1,4 +1,4 @@
//! JIT-style runtime for WebAssembly using Cranelift.
//! Implementation of the WAST text format for wasmtime.
#![deny(missing_docs, trivial_numeric_casts, unused_extern_crates)]
#![warn(unused_import_braces)]

Loading…
Cancel
Save