Sign in
android
/
platform
/
system
/
nfc
/
608c2470c2c819297503c5b3697d0d9b65c6f65d
/
.
/
src
/
rust
/
packets
/
lib.rs
blob: c459c75bacb1e37f9d02523688f3e1a909612434 [
file
] [
log
] [
blame
]
//! reimport of generated packets (to go away once rust_genrule exists)
#![
allow
(
clippy
::
all
)]
#![
allow
(
unused
)]
#![
allow
(
missing_docs
)]
pub
mod
nci
{
include
!(
concat
!(
env
!(
"OUT_DIR"
),
"/nci_packets.rs"
));
}