Skip to content

Commit a22c843

Browse files
committed
remove fork note in readme
1 parent 8024a3c commit a22c843

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/src/sourcewalk.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ Pattern matching is really useful if you're writing macros, but it also works
44
on Julia source code files. You can try this with the `sourcewalk` function,
55
which behaves like `postwalk` but with a source file as input.
66

7-
!!! note
8-
9-
To use this functionality you currently need to a fork of CSTParser.
10-
```julia
11-
] add https://github.com/MikeInnes/CSTParser.jl#location
12-
```
13-
147
For example, if we have a file like
158

169
```julia

0 commit comments

Comments
 (0)