Issue a warning when something in let expression is not used.
e. g. :
let foo = 1; bar = 2; in func bar
... foo.nix:123: `foo` defined, but not used ...
This can probably be expanded to function arguments as well.
Most helpful comment
This can probably be expanded to function arguments as well.