Skip to content

Commit f665a3f

Browse files
committed
Remove fast-zip reference
1 parent 209099a commit f665a3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ See the [auto-generated documentation](http://xsc.github.io/rewrite-clj/rewrite-
7171
### Clojure Zipper
7272

7373
To traverse/modify the generated structure you can use rewrite-clj's
74-
whitespace-/comment-/value-aware zipper operations, based on
75-
[fast-zip](https://github.com/akhudek/fast-zip).
74+
whitespace-/comment-/value-aware zipper operations.
7675

7776
```clojure
7877
(require '[rewrite-clj.zip :as z])

0 commit comments

Comments
 (0)