Skip to content

Commit 3f802af

Browse files
committed
don't export @capture, it conflicts with MacroTools
1 parent 48cc5ff commit 3f802af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SymbolicUtils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ include("rewriters.jl")
3535
using .Rewriters
3636

3737
using Combinatorics: permutations, combinations
38-
export @rule, @acrule, RuleSet, @capture
38+
export @rule, @acrule, RuleSet
3939

4040
# Rule type and @rule macro
4141
include("rule.jl")

0 commit comments

Comments
 (0)