Merge pull request #437 from iwillspeak/master
Fix Build to Compile with 1.5.0-nightly (87cd2c082)
This commit is contained in:
commit
47483866c6
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user