diff --git a/src-tauri/src/tag_manager.rs b/src-tauri/src/tag_manager.rs index 94393d0..4edc4ce 100644 --- a/src-tauri/src/tag_manager.rs +++ b/src-tauri/src/tag_manager.rs @@ -25,6 +25,7 @@ impl TagManager { } } + // Helper for tests to override data directory without global env var #[allow(dead_code)] pub fn with_data_dir_override(dir: &Path) -> Self { Self {