Skip to content

Commit 32c052d

Browse files
authored
Explicitly list macros in "using" example (#31)
1 parent 325b469 commit 32c052d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Here's an illustration of how you might use `@compile_workload` and `@setup_work
2727
```julia
2828
module MyPackage
2929

30-
using PrecompileTools # this is a small dependency
30+
using PrecompileTools: @setup_workload, @compile_workload # this is a small dependency
3131

3232
struct MyType
3333
x::Int

0 commit comments

Comments
 (0)