Skip to content

Commit

Permalink
Add compat entry for Base.donotdelete (#55773)
Browse files Browse the repository at this point in the history
(cherry picked from commit 346f38b)
  • Loading branch information
LilithHafner authored and KristofferC committed Oct 30, 2024
1 parent 85aecff commit 0cf1432
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/docs/basedocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3293,6 +3293,9 @@ unused and delete the entire benchmark code).
`donotdelete(1+1)`, no add instruction needs to be executed at runtime and
the code is semantically equivalent to `donotdelete(2).`
!!! compat "Julia 1.8"
This method was added in Julia 1.8.
# Examples
```julia
Expand Down

0 comments on commit 0cf1432

Please sign in to comment.