Skip to content

Commit

Permalink
remove dependency on Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
nystrom committed Jul 6, 2022
1 parent 041c7e1 commit 626aa2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ authors = ["RelationalAI"]
version = "0.3.3"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"

[compat]
julia = "0.7, 1"
julia = "1"
MacroTools = "0.4, 0.5"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
1 change: 0 additions & 1 deletion src/Rematch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module Rematch

import MacroTools
import MacroTools: @capture
import Compat: occursin, fieldcount

macro splice(iterator, body)
@assert iterator.head == :call
Expand Down

0 comments on commit 626aa2f

Please sign in to comment.