1 2 3 4 5 6 7 8 9
#![allow( clippy::cast_possible_truncation, clippy::cast_sign_loss, clippy::unreadable_literal, clippy::panic, clippy::manual_let_else )] #[path = "../structural/mod.rs"] mod structural;