tokio-rs / tokio-uring

An io_uring backed runtime for Rust
MIT License
1.11k stars 117 forks source link

chore: format let-else #291

Closed taiki-e closed 8 months ago

taiki-e commented 8 months ago

This fixes CI failure https://github.com/tokio-rs/tokio-uring/actions/runs/7437161507/job/20234483955?pr=290.

rustfmt recently supported the formatting of let-else syntax, so CI did not fail before.