rustfmt
This commit is contained in:
parent
14a4e3bcc8
commit
b7ceb4d3d7
@ -1081,7 +1081,8 @@ fn has_mutable_variables<'tcx>(cx: &LateContext<'tcx>, expr: &'tcx Expr<'_>) ->
|
||||
def_id.expect_local(),
|
||||
cx.param_env,
|
||||
cx.typeck_results(),
|
||||
).walk_expr(expr);
|
||||
)
|
||||
.walk_expr(expr);
|
||||
});
|
||||
|
||||
delegate.found_mutable
|
||||
|
Loading…
Reference in New Issue
Block a user