From 7ef07e61c5e01d967a674451e0c19b72146d603a Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 17 Jun 2025 11:28:13 +0200 Subject: [PATCH] Removed mod term --- tty-fwd/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tty-fwd/src/main.rs b/tty-fwd/src/main.rs index 148dea41..171050c8 100644 --- a/tty-fwd/src/main.rs +++ b/tty-fwd/src/main.rs @@ -2,7 +2,6 @@ mod api_server; mod http_server; mod protocol; mod sessions; -mod term; mod tty_spawn; use std::env;