smol/examples
Taiki Endo 9699af3649 Fix clippy::unused_unit warning in examples
```
warning: unneeded unit expression
   --> examples/hyper-client.rs:139:25
    |
139 |                         ()
    |                         ^^ help: remove the final `()`
    |
    = note: `#[warn(clippy::unused_unit)]` on by default
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit

warning: unneeded unit expression
   --> examples/hyper-client.rs:147:25
    |
147 |                         ()
    |                         ^^ help: remove the final `()`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit

warning: unneeded unit expression
   --> examples/hyper-server.rs:154:29
    |
154 | ...                   ()
    |                       ^^ help: remove the final `()`
    |
    = note: `#[warn(clippy::unused_unit)]` on by default
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit

warning: unneeded unit expression
   --> examples/hyper-server.rs:162:29
    |
162 | ...                   ()
    |                       ^^ help: remove the final `()`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit
```
2022-07-17 21:25:23 +09:00
..
async-h1-client.rs Fix compilation errors 2020-08-27 00:02:08 +02:00
async-h1-server.rs Fix compilation errors 2020-08-27 00:02:08 +02:00
certificate.pem Move the certificate into examples directory 2020-04-28 13:17:48 +02:00
chat-client.rs Fix compilation errors 2020-08-27 00:02:08 +02:00
chat-server.rs Remove let _ pattern 2020-09-13 13:41:18 +02:00
ctrl-c.rs Remove let _ pattern 2020-09-13 13:42:58 +02:00
get-request.rs Fix compilation errors 2020-08-27 00:02:08 +02:00
hyper-client.rs Fix clippy::unused_unit warning in examples 2022-07-17 21:25:23 +09:00
hyper-server.rs Fix clippy::unused_unit warning in examples 2022-07-17 21:25:23 +09:00
identity.pfx Move the certificate into examples directory 2020-04-28 13:17:48 +02:00
linux-inotify.rs Fix compilation errors 2020-08-27 00:02:08 +02:00
linux-timerfd.rs Update dev-dependencies 2022-01-09 01:15:27 +09:00
simple-client.rs Fix compilation errors 2020-08-27 00:02:08 +02:00
simple-server.rs Fix compilation errors 2020-08-27 00:02:08 +02:00
tcp-client.rs Fix compilation errors 2020-08-27 00:02:08 +02:00
tcp-server.rs Fix compilation errors 2020-08-27 00:02:08 +02:00
tls-client.rs Fix compilation errors 2020-08-27 00:02:08 +02:00
tls-server.rs Fix compilation errors 2020-08-27 00:02:08 +02:00
unix-signal.rs Bump dev-dependencies for examples 2021-01-04 23:56:16 +13:00
web-crawler.rs Update dev-dependencies 2021-06-30 23:28:19 +09:00
websocket-client.rs Fix compilation errors 2020-08-27 00:02:08 +02:00
websocket-server.rs Fix compilation errors 2020-08-27 00:02:08 +02:00
windows-uds.rs Fix compilation errors 2020-08-27 00:02:08 +02:00