Trivial compiler change to inhibit download-rustc in CI

This commit is contained in:
Zalathar 2025-04-24 19:44:13 +10:00
parent 09e36ce10d
commit f673c9b056

View file

@ -1,8 +1,7 @@
pub(super) mod query;
mod counters;
mod graph;
mod mappings;
pub(super) mod query;
mod spans;
#[cfg(test)]
mod tests;