diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-23 09:54:19 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-23 09:54:19 +0800 |
| commit | ccaa29e78adb9fc74400dc23cc26985d25dc4f3b (patch) | |
| tree | 3018cee95ccda86673990772adf673970f8a1d08 /scripts/expand_codes.py | |
| parent | 194bf5a03c78340284efd1d37ff888251c4c42d7 (diff) | |
22
Diffstat (limited to 'scripts/expand_codes.py')
| -rw-r--r-- | scripts/expand_codes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/expand_codes.py b/scripts/expand_codes.py index 28eed4f..526d47b 100644 --- a/scripts/expand_codes.py +++ b/scripts/expand_codes.py @@ -15,7 +15,7 @@ ROOT = Path(__file__).resolve().parent.parent TEMP = ROOT / ".temp" USAGE = ROOT / "doc" / "usage" -EXPAND_BEGIN = "const EXPAND_BEGIN: () = ();" +EXPAND_BEGIN = "use might_be_async::*;\nconst EXPAND_BEGIN: () = ();" EXPAND_END = "const EXPAND_END: () = ();" |
