Hide TryInto

This commit is contained in:
Sergey Pepyakin 2018-01-26 17:31:41 +03:00
parent fa9e040778
commit 49d57bf159
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ mod tests;
pub use self::memory::{MemoryInstance, MemoryRef};
pub use self::table::{TableInstance, TableRef};
pub use self::value::{RuntimeValue, TryInto};
pub use self::value::RuntimeValue;
pub use self::host::{Externals, NopExternals, HostError, RuntimeArgs};
pub use self::imports::{ModuleImportResolver, ImportResolver, ImportsBuilder};
pub use self::module::{ModuleInstance, ModuleRef, ExternVal, NotStartedModuleRef};