mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
a5b5e4b9a6
This enables nightly rustfmt features in CI so we can keep a consistent imports style. The resulting formatting changes are in the follow-up CL and will need to submit together. This change also uncovered a bug from a previous commit that caused only the first command in a series to be waited for. Formatting issues would not be reported by the tool. The bug is fixed as part of this CL. BUG=b:302055317 TEST=dev_container presubmit format --no-delta Change-Id: I5d50609cc89d7e78bce66db120737a302f5c57e8 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4950268 Reviewed-by: Zihan Chen <zihanchen@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com>
6 lines
163 B
TOML
6 lines
163 B
TOML
imports_granularity = "item"
|
|
group_imports = "StdExternalCrate"
|
|
unstable_features = true
|
|
use_field_init_shorthand = true
|
|
use_try_shorthand = true
|
|
edition = "2021"
|