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 89d220b commit fe91b04Copy full SHA for fe91b04
src/metadata_utils.jl
@@ -117,7 +117,7 @@ function metadata_model(
117
load_path::Union{Nothing,String}=path,
118
human_name::Union{Nothing,String}=nothing
119
)
120
- isnothing(docstring) || Base.depwarn(DEPWARN_DOCSTRING, :metadata_model)
+ docstring === nothing || Base.depwarn(DEPWARN_DOCSTRING, :metadata_model)
121
122
program = quote end
123
0 commit comments