about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-02-03 16:08:48 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2025-02-17 09:53:27 +1100
commit7ff67901acd7dd0669a2f41a618d5e539b6d3663 (patch)
tree2b74cc4612b849aee7da049efd9c1acc564b99ec /compiler/rustc_hir_analysis/src
parent5bc62314547c7639484481f62f218156697cfef0 (diff)
downloadrust-7ff67901acd7dd0669a2f41a618d5e539b6d3663.tar.gz
rust-7ff67901acd7dd0669a2f41a618d5e539b6d3663.zip
Avoid unnecessary use of the `Map` trait.
The `Map` trait is there for cases where `tcx` isn't available. This
isn't one of those cases, so it's simpler to just call through `tcx`
directly.
Diffstat (limited to 'compiler/rustc_hir_analysis/src')
0 files changed, 0 insertions, 0 deletions