Clean up workaround that required too many parentheses

The issue has been fixed in the compiler and these extra call site parentheses
are no longer required.
This commit is contained in:
David Tolnay
2018-03-09 00:21:57 -08:00
parent 3f75239bfb
commit 30361ac6d0
7 changed files with 8 additions and 32 deletions
-4
View File
@@ -8,10 +8,6 @@
#![cfg_attr(feature = "cargo-clippy", allow(cast_lossless))]
// https://github.com/rust-lang/rust/issues/47311
#![allow(unused_parens)]
#![cfg_attr(feature = "cargo-clippy", allow(double_parens))]
#[macro_use]
extern crate serde_derive;