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.
This commit is contained in:
Josh Triplett
2019-11-04 20:44:38 -08:00
committed by Dan Gohman
parent 56ce6e9c9f
commit bd60aa8b5e

View File

@@ -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)]