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

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