summaryrefslogtreecommitdiff
path: root/src/msg.rs
diff options
context:
space:
mode:
authorAndy Hayden <andyhayden1@gmail.com>2018-11-04 22:21:21 -0800
committerRyan Dahl <ry@tinyclouds.org>2018-11-06 06:43:02 -0800
commit13e1eb2b87c146a8594e7e6f24ba738bff116246 (patch)
tree9b7c8f8adc012073d728f2412ffe41c8ffe8a59b /src/msg.rs
parentf477b45a0a398e379ecafd2525c460f2793a43c2 (diff)
Fix many of the clippy::pedantic warnings
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).