about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/run-pass/used_underscore_binding_macro.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-pass/used_underscore_binding_macro.rs b/tests/run-pass/used_underscore_binding_macro.rs
index 8b6c6557b49..e3af880524c 100644
--- a/tests/run-pass/used_underscore_binding_macro.rs
+++ b/tests/run-pass/used_underscore_binding_macro.rs
@@ -8,6 +8,7 @@
 // except according to those terms.
 
 #![allow(clippy::useless_attribute)] //issue #2910
+#![allow(clippy::random_state)] // issue #3628
 
 #[macro_use]
 extern crate serde_derive;