mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Address further review comments
* Use known names for iter/iter_mut method (simplifies checking if the method exists * Extract code to check assist with fixtures to function
This commit is contained in:
parent
98a626450d
commit
a28e862825
2 changed files with 36 additions and 51 deletions
|
@ -189,6 +189,7 @@ pub mod known {
|
|||
// Components of known path (function name)
|
||||
filter_map,
|
||||
next,
|
||||
iter_mut,
|
||||
// Builtin macros
|
||||
file,
|
||||
column,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue