Closed
Description
In the example for std::net::UdpSocket drop
is used:
drop(socket); // close the socket
This is redundant and might mislead users that they're supposed to explicitly drop
the socket. I think this should be removed.
cc @steveklabnik ?
Metadata
Metadata
Assignees
Labels
No labels