Skip to content

Commit f701e79

Browse files
committed
let -> core/let
1 parent f957c69 commit f701e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/clojure/cljs/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@
17481748
'IHash
17491749
`(~'-hash [this#] (caching-hash this# ~'hash-imap ~'__hash))
17501750
'IEquiv
1751-
(let [this (gensym 'this) other (gensym 'other)]
1751+
(core/let [this (gensym 'this) other (gensym 'other)]
17521752
`(~'-equiv [~this ~other]
17531753
(and (some? ~other)
17541754
(identical? (.-constructor ~this)

0 commit comments

Comments
 (0)