Merge pull request #437 from iwillspeak/master

Fix Build to Compile with 1.5.0-nightly (87cd2c082)
This commit is contained in:
Nick Cameron 2015-10-11 08:16:44 +13:00
commit 47483866c6

View File

@ -113,7 +113,7 @@ impl Rewrite for ast::Expr {
offset,
true)
}
ast::Expr_::ExprMatch(ref cond, ref arms, _) => {
ast::Expr_::ExprMatch(ref cond, ref arms) => {
rewrite_match(context, cond, arms, width, offset, self.span)
}
ast::Expr_::ExprPath(ref qself, ref path) => {