Skip to content

Commit

Permalink
Fix bad :refer-clojure that fails with new refer-clojure spec (see CL…
Browse files Browse the repository at this point in the history
…J-2062)
  • Loading branch information
puredanger committed Mar 14, 2017
1 parent d17eb8a commit 2f87bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/clojure/core/async.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ go blocks are dispatched over an internal thread pool, which
defaults to 8 threads. The size of this pool can be modified using
the Java system property `clojure.core.async.pool-size`."
(:refer-clojure :exclude [reduce transduce into merge map take partition
partition-by bounded-count] :as core)
partition-by bounded-count])
(:require [clojure.core.async.impl.protocols :as impl]
[clojure.core.async.impl.channels :as channels]
[clojure.core.async.impl.buffers :as buffers]
Expand Down

0 comments on commit 2f87bc7

Please sign in to comment.