Skip to content

Commit 1670de4

Browse files
committed
Trivial compiler change to inhibit download-rustc in CI
1 parent 0238f3e commit 1670de4

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir_transform/src/coverage

1 file changed

+1
-1
lines changed

compiler/rustc_mir_transform/src/coverage/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ fn instrument_function_for_coverage<'tcx>(tcx: TyCtxt<'tcx>, mir_body: &mut mir:
9090

9191
// Use the coverage graph to prepare intermediate data that will eventually
9292
// be used to assign physical counters and counter expressions to points in
93-
// the control-flow graph
93+
// the control-flow graph.
9494
let BcbCountersData { node_flow_data, priority_list } =
9595
counters::prepare_bcb_counters_data(&graph);
9696

0 commit comments

Comments
 (0)