Re-enable clippy lint "useless_let_if_seq"

This reverts commit 4e6cd2d63f06bc4fca9ecec8d16b27960dfb78e0.
This commit is contained in:
David Tolnay 2016-06-05 13:00:44 -07:00
parent f197c3ce96
commit bdffaf3ea1
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -2,7 +2,6 @@
#![cfg_attr(feature = "nightly-testing", feature(plugin))]
#![cfg_attr(feature = "nightly-testing", allow(too_many_arguments))]
#![cfg_attr(feature = "nightly-testing", allow(used_underscore_binding))]
#![cfg_attr(feature = "nightly-testing", allow(useless_let_if_seq))]
#![cfg_attr(not(feature = "with-syntex"), feature(rustc_private, plugin))]
#![cfg_attr(not(feature = "with-syntex"), plugin(quasi_macros))]