mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
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 https://github.com/rust-lang/rust-clippy/issues/3628) in https://github.com/rust-lang/rust/pull/57303
This commit is contained in:
commit
8ac411dd42
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user