mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Rename the method that returns struct paramaters
This commit is contained in:
parent
9957bb361d
commit
4ee2e469a2
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue