]> git.proxmox.com Git - proxmox.git/commitdiff
router: fix warning
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 6 Dec 2023 13:39:44 +0000 (14:39 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 6 Dec 2023 13:39:47 +0000 (14:39 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-router/src/cli/mod.rs

index 208df4a443e6405090a909b36f1a01ffe95d6823..7df94ad99528a437850fd31dd54edb2bb305a56e 100644 (file)
@@ -29,7 +29,6 @@ mod text_table;
 pub use text_table::*;
 
 mod completion;
-pub use completion::*;
 
 mod completion_helpers;
 pub use completion_helpers::*;