Commit 6a41339
committed
Auto merge of #8138 - Dylan-DPC:fix/transmute_unused, r=alexcrichton
fix mem replace unused
`mem::replace` will be linted as must_use, so modifying this.
This is currently blocking rust-lang/rust#712561 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
838 | 837 | | |
839 | 838 | | |
840 | 839 | | |
841 | | - | |
| 840 | + | |
842 | 841 | | |
843 | 842 | | |
844 | 843 | | |
| |||
0 commit comments