1 2 3 4 5 6 7 8 9 10 11 12 13
#![allow(dead_code)] #![allow(unused)] #![allow(clippy::disallowed_names)] mod delegation_modes; mod dependency_inversion; mod mockall; mod simple; #[cfg(feature = "unimock")] mod unimock; fn main() {}