summaryrefslogtreecommitdiff
path: root/src/msg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg.rs')
-rw-r--r--src/msg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msg.rs b/src/msg.rs
index 2606d6a06..9c8095e8f 100644
--- a/src/msg.rs
+++ b/src/msg.rs
@@ -1,6 +1,6 @@
#![allow(unused_imports)]
#![allow(dead_code)]
-#![cfg_attr(feature = "cargo-clippy", allow(clippy))]
+#![cfg_attr(feature = "cargo-clippy", allow(clippy, pedantic))]
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).