1 2 3 4 5 6 7
#[allow(unused_imports)] #[allow(unreachable_patterns)] #[allow(clippy::all)] pub mod flatbuffers_schema { pub mod handshake_v1; pub mod talk_v1; }