Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_def/src/path/lower.rs')
| -rw-r--r-- | crates/hir_def/src/path/lower.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_def/src/path/lower.rs b/crates/hir_def/src/path/lower.rs index 82bdcd5a86..99e7cdc999 100644 --- a/crates/hir_def/src/path/lower.rs +++ b/crates/hir_def/src/path/lower.rs @@ -6,7 +6,7 @@ use crate::intern::Interned; use either::Either; use hir_expand::name::{name, AsName}; -use syntax::ast::{self, AstNode, TypeBoundsOwner}; +use syntax::ast::{self, AstNode, HasTypeBounds}; use super::AssociatedTypeBinding; use crate::{ |