Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
target
/
configs-array_width-above.rs
blob: 8da896c1549ceeec503f4235ae8969a21aa6de65 [
file
] [
log
] [
blame
]
// rustfmt-array_width: 10
// Array width
fn
main
()
{
let
lorem
=
vec
![
"ipsum"
,
"dolor"
,
"sit"
,
"amet"
,
"consectetur"
,
"adipiscing"
,
"elit"
];
}