rustfmt-core 0.4.0

A core library of rustfmt
1
2
3
4
5
6
// rustfmt-max_width: 80

struct Foo {
    #[cfg(feature = "serde")]
    bytes: [[u8; 17]; 5], // Same size as signature::ED25519_PKCS8_V2_LEN
}