We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194a91c commit 2b80829Copy full SHA for 2b80829
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