about summary refs log tree commit diff
path: root/tests/source/configs-array_width-above.rs
blob: 020a984438e8e9a67bedb3ed4726b1eadaf407a9 (plain)
1
2
3
4
5
6
// rustfmt-array_width: 10
// Array width

fn main() {
    let lorem = vec!["ipsum", "dolor", "sit", "amet", "consectetur", "adipiscing", "elit"];
}