Remove unused import

This commit is contained in:
Lucien Greathouse
2019-01-03 16:28:25 -08:00
parent e6c2f1c15d
commit 37ed80055b

View File

@@ -1,6 +1,6 @@
use std::{ use std::{
borrow::Cow, borrow::Cow,
collections::{HashMap, HashSet}, collections::HashMap,
path::{Path, PathBuf}, path::{Path, PathBuf},
sync::{Arc, Mutex}, sync::{Arc, Mutex},
str, str,