Skip to content

Commit

Permalink
code_warntype docs: more neutral reference to @code_warntype (#51361)
Browse files Browse the repository at this point in the history
fix #51358

---------

Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com>
Co-authored-by: Max Horn <max@quendi.de>
(cherry picked from commit 5cb5cd8)
  • Loading branch information
ulysses4ever authored and KristofferC committed Feb 26, 2024
1 parent d497689 commit 81a0d42
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 81a0d42

Please sign in to comment.