Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Formatting Rust: group and sort imports
I'd like to have some rustfmt
options that are unstable.
Do we have alternatives to achieve it without nightly? Using the nightly toolchain just for rustfmt
seems somewhat inconvenient to me, but maybe that's what some do.
reorder_imports = true
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
reorder_modules = true
2 posts - 2 participants
🏷️ Rust_feed