remove (excessive) indentation (#1781)
This commit is contained in:
parent
0e51bb3360
commit
87bd0a01fc
|
|
@ -311,7 +311,7 @@ function, generic, or closure), the `Instrumentor`'s constructor prepares a
|
|||
[`inject_counters()`][inject-counters].
|
||||
|
||||
```rust
|
||||
Instrumentor::new(&self.name(), tcx, mir_body).inject_counters();
|
||||
Instrumentor::new(&self.name(), tcx, mir_body).inject_counters();
|
||||
```
|
||||
|
||||
The `CoverageGraph` is a coverage-specific simplification of the MIR control
|
||||
|
|
|
|||
Loading…
Reference in New Issue