mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Rename method to generic_parameters
This commit is contained in:
parent
f494d1199d
commit
af79491ae6
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue