Closed
Description
_var
is a convention to indicate unused variables or unused struct members.
As such, these members should indeed not be used.
used_underscore_binding
clippy lint seems to be enforcing that. let's enable it in the workspace
Line 185 in 7fde24a