Commit dc40c93
authored
Rollup merge of rust-lang#66073 - Mark-Simulacrum:no-borrow-mut, r=Centril
Do not needlessly write-lock
Just removes a needless `borrow_mut()` by using `borrow()` instead.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
0 commit comments