Rename the method that returns struct paramaters

This commit is contained in:
Jonas Marcello 2023-02-24 21:16:05 +01:00
parent 9957bb361d
commit 4ee2e469a2
2 changed files with 3 additions and 3 deletions

View file

@ -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 {