Fix unused import warning, deny more warnings.

This commit is contained in:
Nick Lewycky
2019-12-21 14:35:43 -08:00
parent 7390372eb6
commit 1cffb90fea
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,4 @@
use wasmer_llvm_backend::{InkwellMemoryBuffer, InkwellModule, LLVMBackendConfig, LLVMCallbacks};
use wasmer_llvm_backend::{InkwellModule, LLVMBackendConfig, LLVMCallbacks};
use wasmer_llvm_backend_tests::{get_compiler, wat2wasm};
use wasmer_runtime::{imports, CompilerConfig};
use wasmer_runtime_core::{backend::BackendCompilerConfig, compile_with, compile_with_config};