mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
f5cf9678c2
Remove unnecessary `mut` from udp doctests I don't think this `mut` is necessary, since both `recv_from` and `send_to` take `&self`.