about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/counters.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-04-08 12:23:07 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-04-10 09:30:55 +1000
commit328b4fa9fe69d9d1ba5fb5329b33eee71e29329b (patch)
treed4b12c5d4aaed828cc28780e3dda60843c1c6b16 /compiler/rustc_mir_transform/src/coverage/counters.rs
parent76d5a26fb2f811a28b30853d68371616c7cdd0f4 (diff)
downloadrust-328b4fa9fe69d9d1ba5fb5329b33eee71e29329b.tar.gz
rust-328b4fa9fe69d9d1ba5fb5329b33eee71e29329b.zip
Rename some `name` variables as `ident`.
It bugs me when variables of type `Ident` are called `name`. It leads to
silly things like `name.name`. `Ident` variables should be called
`ident`, and `name` should be used for variables of type `Symbol`.

This commit improves things by by doing `s/name/ident/` on a bunch of
`Ident` variables. Not all of them, but a decent chunk.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/counters.rs')
0 files changed, 0 insertions, 0 deletions