renet/examples
Alex Crawford d217c81e5d Remove explicit calls to as_ref/as_mut
These were flagged by `cargo clippy`:

    warning: this call to `as_ref` does nothing
    warning: this call to `as_mut` does nothing
2020-12-26 10:27:32 -08:00
..
benchmark.rs replace the use of the deprecated item (#314) 2019-11-02 19:11:08 +00:00
client.rs examples: remove the remaining panics on poll error. 2018-07-31 13:58:00 +00:00
dhcp_client.rs Implement DHCPv4 client + example. 2019-05-14 00:37:43 +08:00
httpclient.rs Log and print error for all examples 2018-06-22 19:30:03 +00:00
loopback.rs examples: remove the remaining panics on poll error. 2018-07-31 13:58:00 +00:00
multicast.rs Implement IGMPv1/v2 processing. 2018-08-01 10:26:51 +08:00
ping.rs Fix unused mut in examples/ping.rs. NFC. 2019-06-22 08:20:41 +00:00
server.rs Remove explicit calls to as_ref/as_mut 2020-12-26 10:27:32 -08:00
tcpdump.rs Update phy mod to use new time types 2018-02-16 10:44:03 +08:00
utils.rs Bump log dependency to version 0.4. NFC. 2019-06-22 08:31:11 +00:00