Remove a pair of unused structs/deps

Caught by the most recent nightly.
This commit is contained in:
Luke Parker
2024-08-01 00:40:43 -04:00
parent 880565cb81
commit 0f6878567f
6 changed files with 6 additions and 8 deletions

View File

@@ -14,6 +14,8 @@ pub mod pallet {
use sp_io::hashing::blake2_256;
use frame_system::pallet_prelude::*;
// False positive
#[allow(unused)]
use frame_support::{pallet_prelude::*, sp_runtime};
use serai_primitives::*;