1 2 3 4 5 6
#[allow(clippy::module_inception)] mod module; mod plugin_manager; pub use module::*; pub use plugin_manager::*;