1 2 3 4 5
#[path = "workflow_run/module.rs"] #[allow(clippy::module_inception)] mod workflow_run; pub use workflow_run::*;