1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#![cfg_attr( not(test), deny( clippy::expect_used, clippy::panic, clippy::todo, clippy::unimplemented, clippy::unwrap_used ) )] pub mod build; pub mod data; pub mod error; pub mod layout; pub mod output;