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::{
borrow::Cow,
collections::{HashMap, HashSet},
collections::HashMap,
path::{Path, PathBuf},
sync::{Arc, Mutex},
str,