From 36391b074f2fb20de77dbc23573ca5b8fbf7f0d5 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 11 Dec 2025 03:28:24 +0100 Subject: text changes and small fixes --- common/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/src/lib.rs') 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, }; -- cgit v1.3