Fix formatting

This commit is contained in:
Syrus
2019-01-18 11:15:13 -08:00
parent 63a90d0ef0
commit 6d55776b8e
3 changed files with 5 additions and 5 deletions

View File

@ -25,10 +25,10 @@ pub mod vm;
pub mod vmcalls;
use self::error::CompileResult;
pub use self::error::Result;
pub use self::instance::Instance;
#[doc(inline)]
pub use self::module::Module;
pub use self::error::Result;
use std::rc::Rc;
/// Compile a webassembly module using the provided compiler.