Rename method to generic_parameters

This commit is contained in:
Jonas Marcello 2023-02-28 10:32:42 +01:00
parent f494d1199d
commit af79491ae6
2 changed files with 3 additions and 3 deletions

View file

@ -3416,7 +3416,7 @@ impl Type {
}
/// Combines lifetime indicators, type and constant parameters into a single `Iterator`
pub fn lifetime_type_const_paramaters<'a>(
pub fn generic_parameters<'a>(
&'a self,
db: &'a dyn HirDatabase,
) -> impl Iterator<Item = SmolStr> + 'a {