Rollup merge of #81187 - eltociear:patch-6, r=jonas-schievink
Fix typo in counters.rs formating -> formatting
This commit is contained in:
commit
2ebc036220
@ -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…
x
Reference in New Issue
Block a user