summaryrefslogtreecommitdiff
path: root/src/msg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg.rs')
-rw-r--r--src/msg.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msg.rs b/src/msg.rs
index fcb10fff5..2606d6a06 100644
--- a/src/msg.rs
+++ b/src/msg.rs
@@ -1,5 +1,6 @@
#![allow(unused_imports)]
#![allow(dead_code)]
+#![cfg_attr(feature = "cargo-clippy", allow(clippy))]
use flatbuffers;
// GN_OUT_DIR is set either by build.rs (for the Cargo build), or by
// build_extra/rust/run.py (for the GN+Ninja build).