You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(:use … :only) in the ns form has no reason to exist besides backwards compatibility with Clojure before 1.4. (:require … :refer) should be used instead, that way you can use :require only.
The text was updated successfully, but these errors were encountered:
(:use … :only)
in thens
form has no reason to exist besides backwards compatibility with Clojure before 1.4.(:require … :refer)
should be used instead, that way you can use:require
only.The text was updated successfully, but these errors were encountered: