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 a4e9eae commit 2cd4620Copy full SHA for 2cd4620
base/toml_parser.jl
@@ -104,7 +104,7 @@ function Parser(str::String; filepath=nothing)
104
IdSet{TOMLDict}(), # defined_tables
105
root,
106
filepath,
107
- isdefined(Base, :loaded_modules) ? Base.maybe_root_module(DATES_PKGID) : nothing,
+ isdefined(Base, :maybe_root_module) ? Base.maybe_root_module(DATES_PKGID) : nothing,
108
)
109
startup(l)
110
return l
0 commit comments