diff --git a/lib/wasmstandalone/src/lib.rs b/lib/wasmstandalone/src/lib.rs index 5fc0c6d5b7..faa7f1d093 100644 --- a/lib/wasmstandalone/src/lib.rs +++ b/lib/wasmstandalone/src/lib.rs @@ -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;