]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-2955.rs
fix: don't drop leading comments in extern
[rust.git] / tests / source / issue-2955.rs
1 // rustfmt-condense_wildcard_suffixes: true
2 fn main() {
3     match (1, 2, 3) {
4         (_, _, _) => (),
5     }
6 }