Remove allow pragma now that it is unnecessary

This commit is contained in:
Nick Fitzgerald
2019-11-26 15:58:34 -08:00
parent e874a7277e
commit f931243cee

View File

@@ -5,8 +5,7 @@
//! use the Wasm binary by including it via //! use the Wasm binary by including it via
//! `include_bytes!("./regressions/some-descriptive-name.wasm")`. //! `include_bytes!("./regressions/some-descriptive-name.wasm")`.
#[allow(unused_imports)] // Until we actually have some regression tests... use wasmtime_fuzzing::oracles;
use wasmtime_fuzzing::*;
#[test] #[test]
fn instantiate_empty_module() { fn instantiate_empty_module() {