Skip to content

Commit 70aef64

Browse files
Properly mark Meta.parse as public (#56931)
This is to remove the warning that the symbol is internal when checking the docstring for `Meta.parse` since it’s in the documentation.
1 parent ec2b509 commit 70aef64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/meta.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export quot,
1616
show_sexpr,
1717
@dump
1818

19+
public parse
20+
1921
using Base: isidentifier, isoperator, isunaryoperator, isbinaryoperator, ispostfixoperator
2022
import Base: isexpr
2123

0 commit comments

Comments
 (0)