rust/clippy_lints
Miguel Guarniz 224916823a Refactor HIR item-like traversal (part 1)
- Create hir_crate_items query which traverses tcx.hir_crate(()).owners to return a hir::ModuleItems
- use tcx.hir_crate_items in tcx.hir().items() to return an iterator of hir::ItemId
- add par_items(impl Fn(hir::ItemId)) to traverse all items in parallel

Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com>
2022-04-08 11:59:59 -04:00
..
src Refactor HIR item-like traversal (part 1) 2022-04-08 11:59:59 -04:00
Cargo.toml Update itertools 2022-03-04 11:54:28 -06:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.