about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-11-08 15:16:16 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2024-11-14 11:35:27 +1100
commitd71c06d022b07518f97072ad36cbe2c8a25eee2d (patch)
tree430bb2c2ce830418006c035050b5fef05444085b /compiler/rustc_mir_transform/src
parente7dffeedcffce81f709da8a076b8ff437b8d3060 (diff)
downloadrust-d71c06d022b07518f97072ad36cbe2c8a25eee2d.tar.gz
rust-d71c06d022b07518f97072ad36cbe2c8a25eee2d.zip
Remove two `_ext` methods.
`resolve_ident_in_module` is a very thin wrapper around
`resolve_ident_in_module_ext`, and `resolve_ident_in_module_unadjusted`
is a very thin wrapper around `resolve_ident_in_module_unadjusted_ext`.
The wrappers make the call sites slightly more concise, but I don't
think that's worth the extra code and indirection.

This commit removes the two wrappers and removes the `_ext` suffixes
from the inner methods.
Diffstat (limited to 'compiler/rustc_mir_transform/src')
0 files changed, 0 insertions, 0 deletions