diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-12-11 03:28:24 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-12-11 03:28:24 +0100 |
| commit | 36391b074f2fb20de77dbc23573ca5b8fbf7f0d5 (patch) | |
| tree | 7509cead6303c35af39890edea579be193f38aad /common/src/lib.rs | |
| parent | 214b78c581319ee012383134107fa5c371febe09 (diff) | |
| download | jellything-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.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, }; |