Expand description
Random assortment of ide helpers for high-level ide features that don’t fit in any other module.
Functions§
- get_
definition - is_
editable_ crate - item_
name - lint_
eq_ or_ in_ group - Checks if the given lint is equal or is contained by the other lint which may or may not be a group.
- mod_
path_ to_ ast - Converts the mod path struct into its ast representation.
- pick_
best_ token - Picks the token with the highest rank returned by the passed in function.
- pick_
token - visit_
file_ defs - Iterates all
ModuleDef
s andImpl
blocks of the given file.