Enable deny(missing_docs) in the wasmstandalone library.

This commit is contained in:
Dan Gohman
2017-09-06 08:54:30 -07:00
parent 3868467917
commit 6c30cf8f00

View File

@@ -3,6 +3,8 @@
//! the translation the base addresses of regions of memory that will hold the globals, tables and
//! linear memories.
#![deny(missing_docs)]
extern crate cretonne;
extern crate cton_frontend;
extern crate cton_wasm;