solana/net-utils/src
Brooks Prumo 0281973671
Fixes non-binding `let` on a future (ip-echo-server) (#29301)
* Fixes non-binding let on a future (ip-echo-server)

```
warning: non-binding `let` on a future
   --> net-utils/src/ip_echo_server.rs:133:13
    |
133 |             let _ = tcp_stream.shutdown();
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: consider awaiting the future or dropping explicitly with `std::mem::drop`
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_underscore_future
    = note: `-D clippy::let-underscore-future` implied by `-D warnings`
```

* pr: remove let

* pr: ?
2022-12-17 00:17:59 +00:00
..
bin patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
ip_echo_server.rs Fixes non-binding `let` on a future (ip-echo-server) (#29301) 2022-12-17 00:17:59 +00:00
lib.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00