--- a/pallets/nonfungible/src/common.rs +++ b/pallets/nonfungible/src/common.rs @@ -416,8 +416,8 @@ properties .into_iter() .map(|(key, value)| Property { - key: key.clone(), - value: value.clone(), + key: key, + value: value, }) .collect() })