Skip to content

Commit 3840600

Browse files
committed
fix clippy
1 parent d6ad9d0 commit 3840600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

traits/src/nft.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use sp_runtime::{
66
use sp_std::fmt::Debug;
77

88
/// Abstraction over a non-fungible token system.
9+
#[allow(clippy::upper_case_acronyms)]
910
pub trait NFT<AccountId> {
1011
/// The NFT class identifier.
1112
type ClassId: Default + Copy;

0 commit comments

Comments
 (0)