SIGN IN SIGN UP

repl: Don't prefix free variables with `_` (#16494)

This PR is a small refactor to remove the leading `_` for some free
variables, as this unintentionally marks them as unused to the compiler.

While the fields on the struct _are_ unused, the free variables should
participate in usage tracking, as we want to make sure they get stored
on the struct.

Release Notes:

- N/A
M
Marshall Bowers committed
f7f7cd5bb97ff0b822b7262489f75ac986904e5b
Parent: 6f56746
Committed by GitHub <noreply@github.com> on 8/19/2024, 11:15:27 PM