From 5b9bac09daa4d745ef1232763750c91074f04126 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 6 Dec 2023 14:39:44 +0100 Subject: [PATCH] router: fix warning Signed-off-by: Wolfgang Bumiller --- proxmox-router/src/cli/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/proxmox-router/src/cli/mod.rs b/proxmox-router/src/cli/mod.rs index 208df4a4..7df94ad9 100644 --- a/proxmox-router/src/cli/mod.rs +++ b/proxmox-router/src/cli/mod.rs @@ -29,7 +29,6 @@ mod text_table; pub use text_table::*; mod completion; -pub use completion::*; mod completion_helpers; pub use completion_helpers::*; -- 2.39.2