Rename things: Tool -> ToolModule

This commit is contained in:
Lukas Wirth 2021-12-03 17:15:19 +01:00
parent 70b8331fd5
commit d174158abc
17 changed files with 33 additions and 33 deletions

View file

@ -166,7 +166,7 @@ impl<'a> Ctx<'a> {
| hir::PathResolution::Macro(_)
| hir::PathResolution::AssocItem(_)
| hir::PathResolution::BuiltinAttr(_)
| hir::PathResolution::Tool(_) => (),
| hir::PathResolution::ToolModule(_) => (),
}
Some(())
}