mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-12 06:21:40 +00:00
Add todos about docs
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
//! WebAssembly interpreter module.
|
||||
|
||||
// TODO(pepyakin): Fix these asap
|
||||
#![allow(deprecated)]
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use std::any::TypeId;
|
||||
use validation;
|
||||
|
Reference in New Issue
Block a user