Skip to content
Snippets Groups Projects
Commit 3840600a authored by Bryan Chen's avatar Bryan Chen
Browse files

fix clippy

parent d6ad9d0e
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ use sp_runtime::{
use sp_std::fmt::Debug;
/// Abstraction over a non-fungible token system.
#[allow(clippy::upper_case_acronyms)]
pub trait NFT<AccountId> {
/// The NFT class identifier.
type ClassId: Default + Copy;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment