summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/short_array_element_width_threshold/20.rs
blob: 8a93a51d6a2814a667df2a446c12d672082b7347 (plain)
1
2
3
4
5
6
7
8
9
10
11
// rustfmt-short_array_element_width_threshold: 20

fn main() {
    pub const FORMAT_TEST: [u64; 5] = [
        0x0000000000000000,
        0xaaaaaaaaaaaaaaaa,
        0xbbbbbbbbbbbbbbbb,
        0xcccccccccccccccc,
        0xdddddddddddddddd,
    ];
}