We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab0b7a commit 0eab4ebCopy full SHA for 0eab4eb
docs/src/man/essentials.md
@@ -154,7 +154,7 @@ julia> @dispose ctx=Context() mod=LLVM.Module("jit") begin
154
155
It is recommended to use the [`@dispose`](@ref) macro whenever possible.
156
157
-## Debugging missing disposals
+### Debugging missing disposals
158
159
To ensure that all resources are properly disposed of, LLVM.jl provides functionality to
160
track the creation and disposal of objects. This can be enabled by setting the `memcheck`
0 commit comments