mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-26 20:51:04 +00:00
Remove unnecessary import
This commit is contained in:
parent
3d00903054
commit
c45819de32
@ -1,4 +1,3 @@
|
||||
use blake3;
|
||||
use std::{env, fs, io::Write, path::PathBuf};
|
||||
|
||||
const WASMER_VERSION: &'static str = env!("CARGO_PKG_VERSION");
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user