coverage: Tidy imports in rustc_mir_transform::coverage::counters
This commit is contained in:
parent
85bec7a50c
commit
2f21e4f8bb
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
use std::fmt::{self, Debug};
|
||||
|
||||
use rustc_data_structures::captures::Captures;
|
||||
use rustc_data_structures::fx::FxHashMap;
|
||||
use rustc_data_structures::graph::WithNumNodes;
|
||||
use rustc_index::IndexVec;
|
||||
use rustc_middle::mir::coverage::*;
|
||||
use rustc_middle::mir::coverage::{CounterId, CovTerm, Expression, ExpressionId, Op};
|
||||
|
||||
use super::graph::{BasicCoverageBlock, CoverageGraph, TraverseCoverageGraphWithLoops};
|
||||
|
||||
use std::fmt::{self, Debug};
|
||||
use crate::coverage::graph::{BasicCoverageBlock, CoverageGraph, TraverseCoverageGraphWithLoops};
|
||||
|
||||
/// The coverage counter or counter expression associated with a particular
|
||||
/// BCB node or BCB edge.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue