We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 194a91c + 2b80829 commit 8ac411dCopy full SHA for 8ac411d
tests/run-pass/used_underscore_binding_macro.rs
@@ -8,6 +8,7 @@
8
// except according to those terms.
9
10
#![allow(clippy::useless_attribute)] //issue #2910
11
+#![allow(clippy::random_state)] // issue #3628
12
13
#[macro_use]
14
extern crate serde_derive;
0 commit comments