Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f673c9b

Browse files
committedApr 24, 2025
Trivial compiler change to inhibit download-rustc in CI
1 parent 09e36ce commit f673c9b

File tree

1 file changed

+1
-2
lines changed
  • compiler/rustc_mir_transform/src/coverage

1 file changed

+1
-2
lines changed
 

‎compiler/rustc_mir_transform/src/coverage/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
pub(super) mod query;
2-
31
mod counters;
42
mod graph;
53
mod mappings;
4+
pub(super) mod query;
65
mod spans;
76
#[cfg(test)]
87
mod tests;

0 commit comments

Comments
 (0)
This repository has been archived.