We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325b469 commit 32c052dCopy full SHA for 32c052d
docs/src/index.md
@@ -27,7 +27,7 @@ Here's an illustration of how you might use `@compile_workload` and `@setup_work
27
```julia
28
module MyPackage
29
30
-using PrecompileTools # this is a small dependency
+using PrecompileTools: @setup_workload, @compile_workload # this is a small dependency
31
32
struct MyType
33
x::Int
0 commit comments