Skip to content

Commit 8ac411d

Browse files
committed
Auto merge of #3629 - matthiaskrgr:crash_workaround, r=phansch
tests: used_underscore_binding_macro: disable random_state lint. Trying to work around a crash (see #3628) in rust-lang/rust#57303
2 parents 194a91c + 2b80829 commit 8ac411d

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)