Skip to content

Commit 639994d

Browse files
committed
commit Cargo.lock
1 parent a07cdb2 commit 639994d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/extensions/check_coldkey_swap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ where
104104
}
105105

106106
#[cfg(test)]
107-
#[allow(clippy::expect_used)]
107+
#[allow(clippy::expect_used, clippy::unwrap_used)]
108108
mod tests {
109109
use super::*;
110110
use crate::{BalancesCall, DefaultMinStake, tests::mock::*};

0 commit comments

Comments
 (0)