1
Fork 0
rust/compiler/rustc_lexer
Nicholas Nethercote f32e6781b2 Rename some variables.
These have been bugging me for a while.

- `literal_text`: `src` is also used and is shorter and better.
- `first_char`: used even when "first" doesn't make sense; `c` is
  shorter and better.
- `curr`: `c` is shorter and better.
- `unescaped_char`: `result` is also used and is shorter and better.
- `second_char`: these have a single use and can be elided.
2022-11-03 11:58:11 +11:00
..
src Rename some variables. 2022-11-03 11:58:11 +11:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00