1#![deny(rust_2018_idioms)] 2#![deny(clippy::all)] 3 4#[cfg(test)] 5mod tests { 6 #[test] 7 fn todo() {} 8}