Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/src/lib.rs')
| -rw-r--r-- | crates/hir/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir/src/lib.rs b/crates/hir/src/lib.rs index 369f9192d1..d280ff8815 100644 --- a/crates/hir/src/lib.rs +++ b/crates/hir/src/lib.rs @@ -3384,7 +3384,7 @@ impl Type { } /// Combines lifetime indicators, type and constant parameters into a single `Iterator` - pub fn lifetime_and_type_arguments<'a>( + pub fn lifetime_type_const_paramaters<'a>( &'a self, db: &'a dyn HirDatabase, ) -> impl Iterator<Item = SmolStr> + 'a { |