64ebc32b3d
rustfmt can do this automatically, but only when run with a nightly toolchain, so it needs to be manually done for now - see rslib/rusfmt.toml
5 lines
208 B
TOML
5 lines
208 B
TOML
# this is not supported on stable Rust, and is ignored by the Bazel rules; it is only
|
|
# useful for manual invocation with 'cargo +nightly fmt'
|
|
imports_granularity = "Crate"
|
|
group_imports = "StdExternalCrate"
|