From: Wolfgang Bumiller Date: Wed, 6 Dec 2023 13:39:44 +0000 (+0100) Subject: router: fix warning X-Git-Url: https://git.proxmox.com/?p=proxmox.git;a=commitdiff_plain;h=5b9bac09daa4d745ef1232763750c91074f04126 router: fix warning Signed-off-by: Wolfgang Bumiller --- 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::*;