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