Skip to content

Commit 2f82d89

Browse files
committed
Placate make tidy.
1 parent df66441 commit 2f82d89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc/middle/moves.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ enum UseMode {
193193
struct ComputeModesVisitor;
194194

195195
impl visit::Visitor<VisitContext> for ComputeModesVisitor {
196-
fn visit_fn(&mut self, fk:&visit::fn_kind, fd:&fn_decl, b:&Block, s:span, n:NodeId, e:VisitContext) {
196+
fn visit_fn(&mut self, fk:&visit::fn_kind, fd:&fn_decl,
197+
b:&Block, s:span, n:NodeId, e:VisitContext) {
197198
compute_modes_for_fn(*self, fk, fd, b, s, n, e);
198199
}
199200
fn visit_expr(&mut self, ex:@expr, e:VisitContext) {

0 commit comments

Comments
 (0)