compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

refactor: update rustfmt config #303

Closed Berrysoft closed 3 weeks ago

Berrysoft commented 4 weeks ago

version = "Two" has been deprecated and corresponds to style_edition = "2024". But in that case there are around 80 files to be changed. I set the style edition to 2021 to make the changes smaller.

@George-Miao you are the provider of the config, what's your opinion?

George-Miao commented 4 weeks ago

I prefer migrating to the newest style