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 {