Remove unnecessary import

This commit is contained in:
Syrus 2020-01-13 14:59:50 +01:00
parent 3d00903054
commit c45819de32
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
use blake3;
use std::{env, fs, io::Write, path::PathBuf};
const WASMER_VERSION: &'static str = env!("CARGO_PKG_VERSION");

View File

@ -3,7 +3,6 @@
//! and loaded to allow skipping compilation and fast startup.
use crate::{module::ModuleInfo, sys::Memory};
use blake3;
use std::{io, mem, slice};
/// Indicates the invalid type of invalid cache file