diff options
author | kjeremy <[email protected]> | 2020-05-26 19:12:13 +0100 |
---|---|---|
committer | kjeremy <[email protected]> | 2020-05-26 19:12:13 +0100 |
commit | bee4f8f9fee56bb00b462cdf4ad3ed317fed682f (patch) | |
tree | 8e57136f9371d79f8fcdc9fa2002e5e6118871a8 /crates/ra_hir_expand/src | |
parent | e3280eb4ae9d8c49badeaa0a503f546b95dfcd31 (diff) |
Pass trivially copy types as copy
Diffstat (limited to 'crates/ra_hir_expand/src')
-rw-r--r-- | crates/ra_hir_expand/src/proc_macro.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_expand/src/proc_macro.rs b/crates/ra_hir_expand/src/proc_macro.rs index 4e0e069c8..04c026004 100644 --- a/crates/ra_hir_expand/src/proc_macro.rs +++ b/crates/ra_hir_expand/src/proc_macro.rs | |||
@@ -25,7 +25,7 @@ impl ProcMacroExpander { | |||
25 | } | 25 | } |
26 | 26 | ||
27 | pub fn expand( | 27 | pub fn expand( |
28 | &self, | 28 | self, |
29 | db: &dyn AstDatabase, | 29 | db: &dyn AstDatabase, |
30 | _id: LazyMacroId, | 30 | _id: LazyMacroId, |
31 | tt: &tt::Subtree, | 31 | tt: &tt::Subtree, |