mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 16:08:05 +00:00
Disable clippy lint "useless_let_if_seq"
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
#![cfg_attr(feature = "nightly-testing", feature(plugin))]
|
#![cfg_attr(feature = "nightly-testing", feature(plugin))]
|
||||||
#![cfg_attr(feature = "nightly-testing", allow(too_many_arguments))]
|
#![cfg_attr(feature = "nightly-testing", allow(too_many_arguments))]
|
||||||
#![cfg_attr(feature = "nightly-testing", allow(used_underscore_binding))]
|
#![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"), feature(rustc_private, plugin))]
|
||||||
#![cfg_attr(not(feature = "with-syntex"), plugin(quasi_macros))]
|
#![cfg_attr(not(feature = "with-syntex"), plugin(quasi_macros))]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user