From 49f6abd8d47c4b67315e7475322893a777b5f583 Mon Sep 17 00:00:00 2001 From: Mute Date: Thu, 13 Aug 2026 08:30:20 +0000 Subject: [PATCH] remove unused Frame import in upstream.rs --- gatunad/src/upstream.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatunad/src/upstream.rs b/gatunad/src/upstream.rs index 489d11b..e30a8de 100644 --- a/gatunad/src/upstream.rs +++ b/gatunad/src/upstream.rs @@ -1,6 +1,6 @@ //! Upstream table: cmdline parsing and MANIFEST entry construction. -use crate::frame::{Frame, UpstreamEntry, PROTO_TCP, PROTO_UDP}; +use crate::frame::{UpstreamEntry, PROTO_TCP, PROTO_UDP}; /// Read the system hostname via `gethostname(2)`. pub fn get_hostname() -> String {