From 63fa686c6d556ecfc2ef7e69bd00d4ccb29236c4 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 23 Jul 2026 09:48:24 +0800 Subject: 19 --- scripts/expand_codes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/expand_codes.py b/scripts/expand_codes.py index 9963a34..e9ca7bc 100644 --- a/scripts/expand_codes.py +++ b/scripts/expand_codes.py @@ -14,3 +14,5 @@ # 2. 执行 cargo expand,将const EXPAND_BEGIN: () = (); ... const EXPAND_END: () = ();的内容截取 # # 3. trim 字符串,写入 doc/usage/源文件名_expand.rs + +# 这玩意加入 make test 中 -- cgit