-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
6f56746
commit f7f7cd5
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters