Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1xstj committed Nov 24, 2023
1 parent f95fc45 commit a57dc13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions primitives/src/types/roles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ use frame_support::{dispatch::Vec, pallet_prelude::*};
use scale_info::prelude::string::String;
use sp_arithmetic::Percent;
use sp_std::ops::Add;
use parity_scale_codec::alloc::string::ToString;

/// Role type to be used in the system.
#[derive(Encode, Decode, Clone, Debug, PartialEq, Eq, TypeInfo)]
Expand Down

0 comments on commit a57dc13

Please sign in to comment.