We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e36ce commit f673c9bCopy full SHA for f673c9b
compiler/rustc_mir_transform/src/coverage/mod.rs
@@ -1,8 +1,7 @@
1
-pub(super) mod query;
2
-
3
mod counters;
4
mod graph;
5
mod mappings;
+pub(super) mod query;
6
mod spans;
7
#[cfg(test)]
8
mod tests;
0 commit comments