From f95fc45432709a706587cb107658d28db141a708 Mon Sep 17 00:00:00 2001 From: 1xstj <106580853+1xstj@users.noreply.github.com> Date: Fri, 24 Nov 2023 12:57:57 +0000 Subject: [PATCH] clippy fix --- primitives/src/types/roles.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/primitives/src/types/roles.rs b/primitives/src/types/roles.rs index f5c66f53f..7c750b8f5 100644 --- a/primitives/src/types/roles.rs +++ b/primitives/src/types/roles.rs @@ -14,6 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Tangle. If not, see . use frame_support::{dispatch::Vec, pallet_prelude::*}; +use scale_info::prelude::string::String; use sp_arithmetic::Percent; use sp_std::ops::Add;