Skip to content

Commit 2b80829

Browse files
committed
tests: used_underscore_binding_macro: disable random_state lint.
Trying to work around a crash (see #3628) in rust-lang/rust#57303
1 parent 194a91c commit 2b80829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-pass/used_underscore_binding_macro.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// except according to those terms.
99

1010
#![allow(clippy::useless_attribute)] //issue #2910
11+
#![allow(clippy::random_state)] // issue #3628
1112

1213
#[macro_use]
1314
extern crate serde_derive;

0 commit comments

Comments
 (0)