mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 12:48:00 +00:00
clone not required as copy. (#12110)
This commit is contained in:
@@ -775,7 +775,7 @@ impl StorageDef {
|
||||
error.push_value(last);
|
||||
|
||||
Ok(Some(QueryKind::ResultQuery(
|
||||
syn::Path { leading_colon: leading_colon.clone(), segments: error },
|
||||
syn::Path { leading_colon, segments: error },
|
||||
err_variant,
|
||||
)))
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user