mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 12:37:32 +00:00
Fix typo in report_unsed_assign The function was called `report_unsed_assign`, which I assume is a typo, considering the rest of the file. This replaces `report_unsed_assign` with `report_unused_assign`.