We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e4cf14 + adc634d commit 9578092Copy full SHA for 9578092
pallets/subtensor/src/tests/coinbase.rs
@@ -1,4 +1,10 @@
1
-#![allow(unused, clippy::indexing_slicing, clippy::panic, clippy::unwrap_used)]
+#![allow(
2
+ unused,
3
+ clippy::indexing_slicing,
4
+ clippy::panic,
5
+ clippy::unwrap_used,
6
+ clippy::expect_used
7
+)]
8
use super::mock::*;
9
10
use crate::tests::mock;
0 commit comments