Skip to content

Commit df06013

Browse files
authored
Merge branch 'main' into feat/restore-mock-module
2 parents 7b9ed92 + 2231500 commit df06013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ Syntax reminders:
88
Conventions:
99

1010
- Prefer `@import` at the **bottom** of the file, but the auto formatter will move them so you don't need to worry about it.
11+
- **Never** use `@import()` inline inside of functions. **Always** put them at the bottom of the file or containing struct. Imports in Zig are free of side-effects, so there's no such thing as a "dynamic" import.
1112
- You must be patient with the build.

0 commit comments

Comments
 (0)