Skip to content

Commit

Permalink
tests: used_underscore_binding_macro: disable random_state lint.
Browse files Browse the repository at this point in the history
Trying to work around a crash (see #3628) in
rust-lang/rust#57303
  • Loading branch information
matthiaskrgr committed Jan 4, 2019
1 parent 194a91c commit 2b80829
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 2b80829

Please sign in to comment.