Skip to content

Commit 1c12c92

Browse files
committed
Fix formatting
1 parent 09aa09f commit 1c12c92

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

compiler/rustc_typeck/src/expr_use_visitor.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ pub trait Delegate<'tcx> {
4949

5050
/// The path at `assignee_place` is being assigned to.
5151
/// `diag_expr_id` is the id used for diagnostics (see `consume` for more details).
52-
fn mutate(
53-
&mut self,
54-
assignee_place: &PlaceWithHirId<'tcx>,
55-
diag_expr_id: hir::HirId
56-
);
52+
fn mutate(&mut self, assignee_place: &PlaceWithHirId<'tcx>, diag_expr_id: hir::HirId);
5753

5854
/// The `place` should be a fake read because of specified `cause`.
5955
fn fake_read(&mut self, place: Place<'tcx>, cause: FakeReadCause, diag_expr_id: hir::HirId);

0 commit comments

Comments
 (0)