pub mod common; pub mod duplicate; pub mod empty_folder; #[cfg(test)] mod tests { #[test] fn it_works() { assert_eq!(2 + 2, 4); } }