remove unnecessary uses of clone
This commit is contained in:
parent
f34356eace
commit
ee40a67cd9
7 changed files with 7 additions and 7 deletions
|
@ -32,7 +32,7 @@ pub fn expand(
|
|||
(item, true, ecx.with_def_site_ctxt(fn_kind.sig.span))
|
||||
} else {
|
||||
ecx.sess.parse_sess.span_diagnostic.span_err(item.span(), "alloc_error_handler must be a function");
|
||||
return vec![orig_item.clone()];
|
||||
return vec![orig_item];
|
||||
};
|
||||
|
||||
// Generate a bunch of new items using the AllocFnFactory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue