Revert "tests: used_underscore_binding_macro: disable random_state lint."

This reverts commit 2b80829fe0.
This commit is contained in:
Matthias Krüger 2019-01-05 10:20:37 +01:00
parent 3389a68834
commit 8ff4a1f0a8

View File

@ -8,7 +8,6 @@
// except according to those terms.
#![allow(clippy::useless_attribute)] //issue #2910
#![allow(clippy::random_state)] // issue #3628
#[macro_use]
extern crate serde_derive;