From 65ec4d34ec9a649b6e8742bd339ac4e2a770328a Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 29 Sep 2025 12:33:54 -0700 Subject: [PATCH] Clean up module directory layout --- src/{whisper_state.rs => whisper_state/mod.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{whisper_state.rs => whisper_state/mod.rs} (100%) diff --git a/src/whisper_state.rs b/src/whisper_state/mod.rs similarity index 100% rename from src/whisper_state.rs rename to src/whisper_state/mod.rs