#[forbid(private_in_public)] pub mod initiators; #[cfg(test)] mod tests { #[test] fn it_works() { assert_eq!(2 + 2, 4); } }