Skip to content

Commit

Permalink
Rollup merge of rust-lang#81187 - eltociear:patch-6, r=jonas-schievink
Browse files Browse the repository at this point in the history
Fix typo in counters.rs

formating -> formatting
  • Loading branch information
m-ou-se authored Jan 20, 2021
2 parents 4fcee03 + 203df17 commit ce50269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_mir/src/transform/coverage/counters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl CoverageCounters {
}

/// Activate the `DebugCounters` data structures, to provide additional debug formatting
/// features when formating `CoverageKind` (counter) values.
/// features when formatting `CoverageKind` (counter) values.
pub fn enable_debug(&mut self) {
self.debug_counters.enable();
}
Expand Down

0 comments on commit ce50269

Please sign in to comment.