mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
Fixed linting issues
This commit is contained in:
1
lib/cache/src/filesystem.rs
vendored
1
lib/cache/src/filesystem.rs
vendored
@@ -3,7 +3,6 @@ use crate::hash::WasmHash;
|
||||
use std::fs::{create_dir_all, File};
|
||||
use std::io::{self, Write};
|
||||
use std::path::PathBuf;
|
||||
use thiserror::Error;
|
||||
use wasmer::{DeserializeError, Module, SerializeError, Store};
|
||||
|
||||
/// Representation of a directory that contains compiled wasm artifacts.
|
||||
|
||||
Reference in New Issue
Block a user