Skip to content

Commit c17c8dc

Browse files
committed
Remove unnecessary semicolon.
1 parent 5673f47 commit c17c8dc

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_ssa/src

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/base.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ pub fn codegen_crate<B: ExtraBackendMethods>(
790790
},
791791
);
792792
}
793-
};
793+
}
794794
}
795795

796796
ongoing_codegen.codegen_finished(tcx);

0 commit comments

Comments
 (0)