Remove unnecessary extern crates
We are using 2018 edition.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#![no_main]
|
||||
|
||||
extern crate libfuzzer_sys;
|
||||
|
||||
use libfuzzer_sys::fuzz_target;
|
||||
use wasmtime_fuzzing::oracles;
|
||||
use wasmtime_jit::CompilationStrategy;
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
#![no_main]
|
||||
|
||||
extern crate libfuzzer_sys;
|
||||
|
||||
use libfuzzer_sys::fuzz_target;
|
||||
use wasmtime_fuzzing::oracles;
|
||||
use wasmtime_jit::{CompilationStrategy};
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
#![no_main]
|
||||
|
||||
extern crate libfuzzer_sys;
|
||||
|
||||
use libfuzzer_sys::fuzz_target;
|
||||
use wasmtime_fuzzing::{generators, oracles};
|
||||
use wasmtime_jit::CompilationStrategy;
|
||||
|
||||
Reference in New Issue
Block a user