Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustc_borrowck: suggest_ampmut(): Inline unneeded local var
Since the previos commit renamed `assignment_rhs_span` to just `rhs_span` there is no need for a variable just to shorten the expression on the next line. Inline the variable.
- Loading branch information