1 2 3 4 5 6 7
#[rustfmt::skip] #[allow(clippy::all)] mod list_folding; #[rustfmt::skip] #[allow(clippy::all)] mod list_folding_with_mir; mod test_air;