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