Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_expand/src/builtin_derive.rs')
| -rw-r--r-- | crates/hir_expand/src/builtin_derive.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_expand/src/builtin_derive.rs b/crates/hir_expand/src/builtin_derive.rs index c5738a2a0e..eeebe87acd 100644 --- a/crates/hir_expand/src/builtin_derive.rs +++ b/crates/hir_expand/src/builtin_derive.rs @@ -4,7 +4,7 @@ use tracing::debug; use mbe::ExpandResult; use syntax::{ - ast::{self, AstNode, GenericParamsOwner, ModuleItemOwner, NameOwner}, + ast::{self, AstNode, HasGenericParams, HasModuleItem, HasName}, match_ast, }; |