Problem: Unused variables
Solution: Remove unused variables, or replace with `_` to make it obvious that we're passing unused variables into functions.
Loading
Please register or sign in to comment
Solution: Remove unused variables, or replace with `_` to make it obvious that we're passing unused variables into functions.