From aee17b68b2b213553cd06406a3a5713ec91f374d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 23 Jan 2026 06:01:58 +0800 Subject: Fix typo in legacy_json_output module name --- src/leegacy_json_output.rs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/leegacy_json_output.rs (limited to 'src/leegacy_json_output.rs') diff --git a/src/leegacy_json_output.rs b/src/leegacy_json_output.rs deleted file mode 100644 index 88802a4..0000000 --- a/src/leegacy_json_output.rs +++ /dev/null @@ -1,7 +0,0 @@ -pub mod accounts; -pub mod align; -pub mod analyzer_result; -pub mod here; -pub mod info; -pub mod share; -pub mod sheets; -- cgit