Add todos about docs

This commit is contained in:
Sergey Pepyakin
2017-12-18 16:06:56 +03:00
parent ac96969ae3
commit 569d89357f

View File

@ -1,6 +1,8 @@
//! WebAssembly interpreter module.
// TODO(pepyakin): Fix these asap
#![allow(deprecated)]
#![allow(missing_docs)]
use std::any::TypeId;
use validation;