Replace _, _ with ..

This commit is contained in:
Vadim Petrochenkov
2016-08-26 19:23:42 +03:00
parent 6f7e51e49b
commit e05e74ac83
107 changed files with 275 additions and 271 deletions

View File

@@ -78,7 +78,7 @@ fn show_substructure(cx: &mut ExtCtxt, span: Span, substr: &Substructure) -> P<E
let mut stmts = match *substr.fields {
Struct(_, ref fields) |
EnumMatching(_, _, ref fields) => {
EnumMatching(.., ref fields) => {
let mut stmts = vec![];
if !is_struct {
// tuple struct/"normal" variant