Skip to content

Commit 5a40b75

Browse files
Update pallets/subtensor/tests/block_step.rs
Co-authored-by: Cameron Fairchild <[email protected]>
1 parent d16970a commit 5a40b75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pallets/subtensor/tests/block_step.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,6 @@ fn test_emission_based_on_registration_status() {
871871

872872
let block: u64 = 0;
873873
// drain the emission tuples for the subnet with registration on
874-
#[allow(clippy::fn_to_numeric_cast)]
875874
SubtensorModule::drain_emission(block as u64);
876875
// Turn on registration for the subnet with registration off
877876
SubtensorModule::set_network_registration_allowed(netuid_off, true);

0 commit comments

Comments
 (0)