Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
code_warntype docs: more neutral reference to @code_warntype (#51361)
fix #51358

---------

Co-authored-by: Fredrik Ekre <[email protected]>
Co-authored-by: Max Horn <[email protected]>
(cherry picked from commit 5cb5cd8)
  • Loading branch information
3 people authored and KristofferC committed Feb 26, 2024
commit 5ae8707d3fc124289094ef21ff2a8af8966ab882
2 changes: 1 addition & 1 deletion stdlib/InteractiveUtils/src/codeview.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Small unions of concrete types are usually not a concern, so these are highlight

Keyword argument `debuginfo` may be one of `:source` or `:none` (default), to specify the verbosity of code comments.

See [`@code_warntype`](@ref man-code-warntype) for more information.
See the [`@code_warntype`](@ref man-code-warntype) section in the Performance Tips page of the manual for more information.
"""
function code_warntype(io::IO, @nospecialize(f), @nospecialize(t=Base.default_tt(f));
debuginfo::Symbol=:default, optimize::Bool=false, kwargs...)
Expand Down