about summary refs log tree commit diff
path: root/tests/source/configs-struct_variant_width-below.rs
blob: a16a57e19b87100f0d7d58d02ca47a176e6ab16b (plain)
1
2
3
4
5
6
7
8
// rustfmt-struct_variant_width: 100
// Struct variant width

enum Lorem {
    Ipsum,
    Dolor(bool),
    Sit { amet: Consectetur, adipiscing: Elit },
}