From 5ed014977e59f886a51844fcae8eab80467e45e6 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 30 May 2023 17:41:35 +1000 Subject: [PATCH] Rename `partitioning/mod.rs` as `partitioning.rs`. Because it's now the only file within `compiler/rustc_monomorphize/src/partitioning/`. --- .../src/{partitioning/mod.rs => partitioning.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename compiler/rustc_monomorphize/src/{partitioning/mod.rs => partitioning.rs} (100%) diff --git a/compiler/rustc_monomorphize/src/partitioning/mod.rs b/compiler/rustc_monomorphize/src/partitioning.rs similarity index 100% rename from compiler/rustc_monomorphize/src/partitioning/mod.rs rename to compiler/rustc_monomorphize/src/partitioning.rs