Rollup merge of #81187 - eltociear:patch-6, r=jonas-schievink
Fix typo in counters.rs formating -> formatting
This commit is contained in:
commit
2ebc036220
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue