From ccaa29e78adb9fc74400dc23cc26985d25dc4f3b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 23 Jul 2026 09:54:19 +0800 Subject: 22 --- scripts/expand_codes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/expand_codes.py') 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: () = ();" -- cgit