Skip to content

Commit 5f552ae

Browse files
committed
clippy
1 parent 315dedc commit 5f552ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pallets/subtensor/src/tests/subnet.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,9 @@ fn test_subtoken_enable() {
239239
});
240240
}
241241

242-
// cargo test --package pallet-subtensor --lib -- tests::subnet::test_subtoken_enable_reject_trading_before_enable --exact --show-output
242+
// cargo test --package pallet-subtensor --lib --
243+
// tests::subnet::test_subtoken_enable_reject_trading_before_enable --exact --show-output
244+
#[allow(clippy::unwrap_used)]
243245
#[test]
244246
fn test_subtoken_enable_reject_trading_before_enable() {
245247
// ensure_subtoken_enabled

0 commit comments

Comments
 (0)