aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-23 09:48:24 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-23 09:48:24 +0800
commit63fa686c6d556ecfc2ef7e69bd00d4ccb29236c4 (patch)
tree7ee3fcf41f7fd3e72885cb06207c3a22c3a72081
parent610bc80b876378529b1cc17b6b3eb3180ed74d02 (diff)
19
-rw-r--r--scripts/expand_codes.py2
1 files changed, 2 insertions, 0 deletions
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 中