Fix warning for unused variables in or pattern (issue #67691) by sapir · Pull Request #67766 · rust-lang/rust (original) (raw)
Is this a good way to fix it?
Also, the tests fail, the "fixed" code output says { i, j }
instead of { i, j: _ }
, how can I fix that?