Fix unreachable patterns

This commit is contained in:
Pierre Krieger 2017-01-28 16:21:41 +01:00
parent 5025db2d59
commit b5d8d305fc
2 changed files with 0 additions and 2 deletions

View file

@ -41,7 +41,6 @@ fn main() {
_ => () _ => ()
} }
}, },
_ => ()
} }
}); });
} }

View file

@ -37,7 +37,6 @@ fn main() {
_ => (), _ => (),
} }
}, },
_ => ()
} }
}); });
} }