zed/crates/repl
Marshall Bowers f7f7cd5bb9
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
2024-08-19 19:15:27 -04:00
..
src repl: Don't prefix free variables with _ (#16494) 2024-08-19 19:15:27 -04:00
Cargo.toml repl: Don't show cmd window on Windows (#16016) 2024-08-13 09:12:42 -07:00
LICENSE-GPL repl: Add missing LICENSE file (#13161) 2024-06-17 14:13:12 -04:00