Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attributes: fix clippy warning in attributes tests (#2742)
Clippy doesn't like the redefinition of a binding with itself. I don't think this was necessary for the bug we were reproducing here (as the error test doesn't do this), so I removed it.
- Loading branch information