tokio-rs / io-uring

The `io_uring` library for Rust
Apache License 2.0
1.21k stars 134 forks source link

Fix clippy and rustdoc warnings #285

Closed connortsui20 closed 6 months ago

connortsui20 commented 6 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 6 months ago

Thank you!