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

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