]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-1802.rs
Consider max_width when rewriting struct in single-line
[rust.git] / tests / target / issue-1802.rs
1 // rustfmt-tab_spaces: 2
2 // rustfmt-max_width: 10
3 // rustfmt-struct_variant_width: 10
4 // rustfmt-error_on_line_overflow: false
5
6 enum F {
7   X {
8     a: d,
9     b: e,
10   },
11 }