Skip to content

Commit 9578092

Browse files
authored
Merge pull request #2193 from opentensor/fix_warning_in_test
Fix warning in test
2 parents 7e4cf14 + adc634d commit 9578092

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pallets/subtensor/src/tests/coinbase.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
#![allow(unused, clippy::indexing_slicing, clippy::panic, clippy::unwrap_used)]
1+
#![allow(
2+
unused,
3+
clippy::indexing_slicing,
4+
clippy::panic,
5+
clippy::unwrap_used,
6+
clippy::expect_used
7+
)]
28
use super::mock::*;
39

410
use crate::tests::mock;

0 commit comments

Comments
 (0)