From d8adeb41de2daab15a0d30eeead9796fa58bfbc3 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 15 Jan 2019 13:06:25 +0100 Subject: Clippy fixes (also fixes build with nightly) (#1527) --- src/msg.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/msg.rs') diff --git a/src/msg.rs b/src/msg.rs index b47d588bd..9a146a5d3 100644 --- a/src/msg.rs +++ b/src/msg.rs @@ -1,6 +1,9 @@ #![allow(unused_imports)] #![allow(dead_code)] -#![cfg_attr(feature = "cargo-clippy", allow(clippy, pedantic))] +#![cfg_attr( + feature = "cargo-clippy", + allow(clippy::all, clippy::pedantic) +)] use flatbuffers; use std::sync::atomic::Ordering; -- cgit v1.2.3