]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #88524 - soenkehahn:master, r=jyn514
authorMara Bos <m-ou.se@m-ou.se>
Tue, 31 Aug 2021 15:55:02 +0000 (17:55 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Aug 2021 15:55:02 +0000 (17:55 +0200)
Remove unnecessary `mut` from udp doctests

I don't think this `mut` is necessary, since both `recv_from` and `send_to` take `&self`.


Trivial merge