We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d6fc0 commit 6268ca0Copy full SHA for 6268ca0
src/main/clojure/clojure/core/async.clj
@@ -85,7 +85,7 @@ IOC and vthread code.
85
86
(def ^:private lazy-loading-supported? (dispatch/at-least-clojure-version? [1 12 3]))
87
88
-(when (not lazy-loading-supported?)
+(when-not lazy-loading-supported?
89
(require 'clojure.core.async.impl.go))
90
91
(alias 'core 'clojure.core)
0 commit comments