Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix constructed idents to inherit span from original Ident
The code added to strip raw idents is unnecessary as the macro does that for you if you read the docs and learn that you should be passing the Ident, not a string-converted version of the Ident.
- Loading branch information