]> git.lizzy.rs Git - rust.git/blobdiff - tests/run-pass/used_underscore_binding_macro.rs
tests: used_underscore_binding_macro: disable random_state lint.
[rust.git] / tests / run-pass / used_underscore_binding_macro.rs
index b700ab90a687a0c3e2c48f5d53b3a734cf04200c..e3af880524cd6f1a2ceb0691e76f1d2d66012c4f 100644 (file)
@@ -7,10 +7,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
-#![feature(tool_lints)]
-
 #![allow(clippy::useless_attribute)] //issue #2910
+#![allow(clippy::random_state)] // issue #3628
 
 #[macro_use]
 extern crate serde_derive;