Skip to content
Snippets Groups Projects
Commit 0fb0ef8c authored by Squirrel's avatar Squirrel Committed by GitHub
Browse files

clone not required as copy. (#12110)

parent 948af119
No related merge requests found
......@@ -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,
)))
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment