mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 10:58:29 +00:00
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.