Sign in
rust
/
rust
/
e8a63124746761e743d69ea510194de2ada4034f
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
configs
/
match_arm_blocks
/
true.rs
blob: a452b13cd27db3aeb874b074cc4d68846c118f90 [
file
]
// rustfmt-match_arm_blocks: true
// Wrap match-arms
fn
main
()
{
match
lorem
{
true
=>
foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
(
x
),
false
=>
{
println
!(
"{}"
,
sit
)
}
}
}