aboutsummaryrefslogtreecommitdiff
path: root/common/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-12-11 03:28:24 +0100
committermetamuffin <metamuffin@disroot.org>2025-12-11 03:28:24 +0100
commit36391b074f2fb20de77dbc23573ca5b8fbf7f0d5 (patch)
tree7509cead6303c35af39890edea579be193f38aad /common/src/lib.rs
parent214b78c581319ee012383134107fa5c371febe09 (diff)
downloadjellything-36391b074f2fb20de77dbc23573ca5b8fbf7f0d5.tar
jellything-36391b074f2fb20de77dbc23573ca5b8fbf7f0d5.tar.bz2
jellything-36391b074f2fb20de77dbc23573ca5b8fbf7f0d5.tar.zst
text changes and small fixes
Diffstat (limited to 'common/src/lib.rs')
-rw-r--r--common/src/lib.rs2
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,
};