Fixed linting issues

This commit is contained in:
Syrus
2020-05-18 17:41:25 -07:00
parent 88b4533832
commit f3bb2241f0
6 changed files with 56 additions and 51 deletions

View File

@@ -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.