1pub mod sql { 2 pub mod v1 { 3 #![allow(non_camel_case_types)] 4 #![allow(unused_imports)] 5 #![allow(clippy::derivable_impls)] 6 #![allow(clippy::match_single_binding)] 7 include!("gen/sql.v1.rs"); 8 } 9}