Commit f5cf967
authored
Rollup merge of rust-lang#88524 - soenkehahn:master, r=jyn514
Remove unnecessary `mut` from udp doctests
I don't think this `mut` is necessary, since both `recv_from` and `send_to` take `&self`.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments