We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
E.g.
let (a, a) = (1, 2);
is perfectly valid code, but it seems very useless and one would only do it by accident, i.e. we could lint it.
(That said, I imagine almost all examples of this will hit the "unused variable" warning too.)