1 2 3 4 5
mod common; #[allow(clippy::module_inception)] mod socket_client; pub use socket_client::*;