remove unneeded pub

This commit is contained in:
Luna Yao
2026-04-06 11:55:25 +02:00
parent b7edbad4b9
commit 2b3417d703
5 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ mod peer_mgr;
pub mod server;
mod system;
mod utils;
pub mod zone;
mod zone;
#[cfg(test)]
mod tests;