Skip to content

Commit

Permalink
Auto merge of #3629 - matthiaskrgr:crash_workaround, r=phansch
Browse files Browse the repository at this point in the history
tests: used_underscore_binding_macro: disable random_state lint.

Trying to work around a crash (see #3628) in
rust-lang/rust#57303
  • Loading branch information
bors committed Jan 4, 2019
2 parents 194a91c + 2b80829 commit 8ac411d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run-pass/used_underscore_binding_macro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8ac411d

Please sign in to comment.