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:
Matt Hall 2021-02-24 19:23:12 +00:00
parent 98a626450d
commit a28e862825
2 changed files with 36 additions and 51 deletions

View file

@ -189,6 +189,7 @@ pub mod known {
// Components of known path (function name)
filter_map,
next,
iter_mut,
// Builtin macros
file,
column,