]> git.lizzy.rs Git - rust.git/commit
Auto merge of #84546 - CohenArthur:fix-liveness-typo, r=jyn514
authorbors <bors@rust-lang.org>
Mon, 26 Apr 2021 11:18:25 +0000 (11:18 +0000)
committerbors <bors@rust-lang.org>
Mon, 26 Apr 2021 11:18:25 +0000 (11:18 +0000)
commit8212de8eb18a8cc4ab74074f244c386d5e99b281
tree7f1b8fb53e2f5be2f045478e90d9546df1dc0b83
parent7bd62a8f5a4d6d740677aea03c37771258529922
parentba9d1431185a97e6dfcb17df6a97abde68996e4c
Auto merge of #84546 - CohenArthur:fix-liveness-typo, r=jyn514

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`.