Commit 4c2437a
committed
Fix precompilation.jl for Runic and ExplicitImports
- Use explicit import `using PrecompileTools: @compile_workload`
instead of implicit `using PrecompileTools` to pass ExplicitImports check
- Add explicit `return` statements to satisfy Runic formatting
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 1d1b2b8 commit 4c2437a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments