diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-23 09:48:24 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-23 09:48:24 +0800 |
| commit | 63fa686c6d556ecfc2ef7e69bd00d4ccb29236c4 (patch) | |
| tree | 7ee3fcf41f7fd3e72885cb06207c3a22c3a72081 /scripts/expand_codes.py | |
| parent | 610bc80b876378529b1cc17b6b3eb3180ed74d02 (diff) | |
19
Diffstat (limited to 'scripts/expand_codes.py')
| -rw-r--r-- | scripts/expand_codes.py | 2 |
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 中 |
