diff --git a/src/interpreter/mod.rs b/src/interpreter/mod.rs index 78e0c1d..131d2d9 100644 --- a/src/interpreter/mod.rs +++ b/src/interpreter/mod.rs @@ -1,6 +1,8 @@ //! WebAssembly interpreter module. +// TODO(pepyakin): Fix these asap #![allow(deprecated)] +#![allow(missing_docs)] use std::any::TypeId; use validation;