From 9d459422609875b365b19985cb73a9c362b4b588 Mon Sep 17 00:00:00 2001 From: Jacob Date: Fri, 20 Mar 2026 15:10:28 -0400 Subject: [PATCH] chore: remove unused import --- src/one_to_many_with_data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/one_to_many_with_data.rs b/src/one_to_many_with_data.rs index 5987ed8..a41b993 100644 --- a/src/one_to_many_with_data.rs +++ b/src/one_to_many_with_data.rs @@ -1,4 +1,4 @@ -use std::collections::{BTreeMap, BTreeSet}; +use std::collections::BTreeMap; #[derive(Debug, Clone)] pub struct OneToManyUniqueBTreeMapWithData {