Skip to content

Commit 0cf1432

Browse files
LilithHafnerKristofferC
authored and
KristofferC
committed
Add compat entry for Base.donotdelete (#55773)
(cherry picked from commit 346f38b)
1 parent 85aecff commit 0cf1432

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/docs/basedocs.jl

+3
Original file line numberDiff line numberDiff line change
@@ -3293,6 +3293,9 @@ unused and delete the entire benchmark code).
32933293
`donotdelete(1+1)`, no add instruction needs to be executed at runtime and
32943294
the code is semantically equivalent to `donotdelete(2).`
32953295
3296+
!!! compat "Julia 1.8"
3297+
This method was added in Julia 1.8.
3298+
32963299
# Examples
32973300
32983301
```julia

0 commit comments

Comments
 (0)