Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_ty/src/diagnostics/decl_check.rs')
| -rw-r--r-- | crates/hir_ty/src/diagnostics/decl_check.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/src/diagnostics/decl_check.rs b/crates/hir_ty/src/diagnostics/decl_check.rs index ea9b54af63..6fbb9c93b4 100644 --- a/crates/hir_ty/src/diagnostics/decl_check.rs +++ b/crates/hir_ty/src/diagnostics/decl_check.rs @@ -22,7 +22,7 @@ use hir_def::{ use hir_expand::name::{AsName, Name}; use stdx::{always, never}; use syntax::{ - ast::{self, NameOwner}, + ast::{self, HasName}, AstNode, AstPtr, }; |