mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-03-25 15:38:20 -04:00

Rust fmt automatically groups the imports (from top to bottom) as `pub use` `use crate` and `use`. There is no need to introduce sections which cause annoyance when auto importing using the IDE.