1 2 3 4 5 6 7 8
edition = "2021" use_field_init_shorthand = true # Unstable: requires nightly rustfmt. CI uses nightly for `cargo fmt`. group_imports = "StdExternalCrate" imports_granularity = "Crate" wrap_comments = true comment_width = 80