]> git.lizzy.rs Git - rust.git/commitdiff
Revert "tests: used_underscore_binding_macro: disable random_state lint."
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 5 Jan 2019 09:20:37 +0000 (10:20 +0100)
committerMatthias Krüger <matthias.krueger@famsik.de>
Sat, 5 Jan 2019 09:20:37 +0000 (10:20 +0100)
This reverts commit 2b80829fe0311fc5cdbc731fa0b67f103db4c004.

tests/run-pass/used_underscore_binding_macro.rs

index e3af880524cd6f1a2ceb0691e76f1d2d66012c4f..8b6c6557b4947e4335ccb641bf1665d5d0401623 100644 (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;