Skip to content

Commit 6335693

Browse files
committed
remove seialize derive
1 parent 9760209 commit 6335693

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pallets/rmrk-core/src/types.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ pub struct ClassInfo<BoundedString, AccountId> {
1818
}
1919

2020
#[derive(Encode, Decode, Eq, Copy, PartialEq, Clone, RuntimeDebug, TypeInfo)]
21-
#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
2221
pub struct InstanceInfo<AccountId, BoundedString> {
2322
/// The rootowner of the account, must be an account
2423
pub rootowner: AccountId,

0 commit comments

Comments
 (0)