]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-5066/with_trailing_comma_always.rs
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
[rust.git] / src / tools / rustfmt / tests / target / issue-5066 / with_trailing_comma_always.rs
1 // rustfmt-trailing_comma: Always
2
3 fn main() {
4     let Foo { a, .. } = b;
5 }