Skip to content

Commit

Permalink
Merge pull request #1 from aviatesk/fixwalk
Browse files Browse the repository at this point in the history
using MacroTools.postwalk
  • Loading branch information
MikeInnes committed Nov 11, 2019
2 parents 28ebe0d + 8f2ed08 commit 6a939e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SourceWalk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module SourceWalk
using Reexport

@reexport using MacroTools
using MacroTools: @forward, striplines
using MacroTools: @forward, striplines, postwalk
using DataStructures

export sourcewalk
Expand Down

0 comments on commit 6a939e9

Please sign in to comment.