Make lint happy

This commit is contained in:
Syrus
2020-05-20 21:47:04 -07:00
parent b8e78ee819
commit 7be1b167f9
5 changed files with 14 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
use crate::store::Store;
use crate::types::{ExportType, ImportType};
use crate::InstantiationError;
use std::borrow::Borrow;
use std::io;
use std::path::Path;
use std::sync::Arc;