diff --git a/hyperactor/src/actor/mod.rs b/hyperactor/src/actor.rs similarity index 100% rename from hyperactor/src/actor/mod.rs rename to hyperactor/src/actor.rs diff --git a/hyperactor/src/channel/mod.rs b/hyperactor/src/channel.rs similarity index 100% rename from hyperactor/src/channel/mod.rs rename to hyperactor/src/channel.rs diff --git a/hyperactor/src/mailbox/mod.rs b/hyperactor/src/mailbox.rs similarity index 100% rename from hyperactor/src/mailbox/mod.rs rename to hyperactor/src/mailbox.rs diff --git a/hyperactor/src/sync/mod.rs b/hyperactor/src/sync.rs similarity index 100% rename from hyperactor/src/sync/mod.rs rename to hyperactor/src/sync.rs diff --git a/hyperactor/src/test_utils/mod.rs b/hyperactor/src/test_utils.rs similarity index 100% rename from hyperactor/src/test_utils/mod.rs rename to hyperactor/src/test_utils.rs