allow clippy lint aligned pointers

This commit is contained in:
Lachlan Sneff
2019-01-29 10:31:44 -08:00
parent 5aa7d71ede
commit 951daddca2
2 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,6 @@ pub mod wasm {
pub use wasmer_runtime_core::memory::Memory;
pub use wasmer_runtime_core::table::Table;
pub use wasmer_runtime_core::types::{FuncSig, MemoryDesc, TableDesc, Type, Value};
}
/// Compile WebAssembly binary code into a [`Module`].