Sign in
rust
/
rustfmt
/
refs/heads/format_markdown_files_from_scratch
/
.
/
tests
/
source
/
issue-2955.rs
blob: 525e070a57eee7df83adfed1cb4437b578010326 [
file
] [
log
] [
blame
]
// rustfmt-condense_wildcard_suffixes: true
fn
main
()
{
match
(
1
,
2
,
3
)
{
(
_
,
_
,
_
)
=>
(),
}
}