1 //! reimport of generated packets (to go away once rust_genrule exists) 2 3 #![allow(clippy::all)] 4 #![allow(unused)] 5 #![allow(missing_docs)] 6 7 pub mod nci { 8 include!(concat!(env!("OUT_DIR"), "/nci_packets.rs")); 9 } 10