Ignore unused_parens warning on the proc macro workaround

This commit is contained in:
David Tolnay
2018-01-21 17:54:06 -08:00
parent 59017aa19b
commit 1bdf5ecec4
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
#![no_std]
// https://github.com/rust-lang/rust/issues/47311
#![allow(unused_parens)]
#![cfg_attr(feature = "cargo-clippy", allow(double_parens))]
extern crate libc;