aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/starttls.rs
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-02-25 19:45:35 +0000
committerLibravatar cel 🌸 <cel@bunny.garden>2025-02-25 19:45:35 +0000
commitea87cc407c40e8ef5162a3a4457ed0b1bfcf4a55 (patch)
treeef608d5c4c6765dff5b43eb1a4e4e814ba7a7acd /stanza/src/starttls.rs
parent90a5af5c751e5d4f4dcbe01f9df695708229235d (diff)
downloadluz-ea87cc407c40e8ef5162a3a4457ed0b1bfcf4a55.tar.gz
luz-ea87cc407c40e8ef5162a3a4457ed0b1bfcf4a55.tar.bz2
luz-ea87cc407c40e8ef5162a3a4457ed0b1bfcf4a55.zip
cleanup
Diffstat (limited to 'stanza/src/starttls.rs')
-rw-r--r--stanza/src/starttls.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/stanza/src/starttls.rs b/stanza/src/starttls.rs
index fb66711..b0e0f0f 100644
--- a/stanza/src/starttls.rs
+++ b/stanza/src/starttls.rs
@@ -1,7 +1,5 @@
-use std::collections::{HashMap, HashSet};
-
use peanuts::{
- element::{Content, FromElement, IntoElement, Name, NamespaceDeclaration},
+ element::{FromElement, IntoElement},
Element,
};