]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-2342.rs
:arrow_up: rust-analyzer
[rust.git] / src / tools / rustfmt / tests / target / issue-2342.rs
1 // rustfmt-max_width: 80
2
3 struct Foo {
4     #[cfg(feature = "serde")]
5     bytes: [[u8; 17]; 5], // Same size as signature::ED25519_PKCS8_V2_LEN
6 }