router: fix warning

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-12-06 14:39:44 +01:00
parent bd3013690f
commit 5b9bac09da

View File

@ -29,7 +29,6 @@ mod text_table;
pub use text_table::*;
mod completion;
pub use completion::*;
mod completion_helpers;
pub use completion_helpers::*;