diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs index 5e2134f..418c7eb 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -17,7 +17,7 @@ pub use chrono; use serde::{Deserialize, Serialize}; use std::{ - collections::{BTreeMap, BTreeSet, HashSet}, + collections::{BTreeMap, BTreeSet}, path::PathBuf, }; |