tokio-rs / io-uring

The `io_uring` library for Rust
Apache License 2.0
1.19k stars 131 forks source link

Fix clippy and rustdoc warnings #285

Closed connortsui20 closed 5 months ago

connortsui20 commented 5 months ago

Fixes a few rustdoc and clippy warnings.

The only thing that might not be good is my removal of the try_from() and unwrap(), but since it won't type check if the sys type changes I think it's fine.

quininer commented 5 months ago

Thank you!