Skip to content

Commit

Permalink
fixed use of Base function without qualifying the name
Browse files Browse the repository at this point in the history
  • Loading branch information
mind6 committed Jun 23, 2024
1 parent 15bb546 commit 2f91f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Inherit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ function create_module__init__()::Expr
end

@label process_postinit
@debug "processing $(length(modentry.postinit)) module inits..."
@debug "processing $(Base.length(modentry.postinit)) module inits..."
for f in modentry.postinit
f()
end
Expand Down

0 comments on commit 2f91f85

Please sign in to comment.