and exclude assert in readme refer
Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
f0eb68f151
commit
f7dbfba57c
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ section of the documentation before trying to use HoneySQL to build your own que
|
||||||
From Clojure:
|
From Clojure:
|
||||||
<!-- {:test-doc-blocks/reader-cond :clj} -->
|
<!-- {:test-doc-blocks/reader-cond :clj} -->
|
||||||
```clojure
|
```clojure
|
||||||
(refer-clojure :exclude '[distinct filter for group-by into partition-by set update])
|
(refer-clojure :exclude '[assert distinct filter for group-by into partition-by set update])
|
||||||
(require '[honey.sql :as sql]
|
(require '[honey.sql :as sql]
|
||||||
;; CAUTION: this overwrites several clojure.core fns:
|
;; CAUTION: this overwrites several clojure.core fns:
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue