aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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 中