Skip to content

Commit

Permalink
Properly mark Meta.parse as public (#56931)
Browse files Browse the repository at this point in the history
This is to remove the warning that the symbol is internal when checking
the docstring for `Meta.parse` since it’s in the documentation.
  • Loading branch information
christiangnrd authored Jan 7, 2025
1 parent ec2b509 commit 70aef64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/meta.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export quot,
show_sexpr,
@dump

public parse

using Base: isidentifier, isoperator, isunaryoperator, isbinaryoperator, ispostfixoperator
import Base: isexpr

Expand Down

0 comments on commit 70aef64

Please sign in to comment.