Skip to content

Commit

Permalink
Exclude abs to fix Clojure 1.11 warnings
Browse files Browse the repository at this point in the history
Fixes #59
  • Loading branch information
stevejmp committed Mar 23, 2022
1 parent 6dc27c2 commit 00d6117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/medley/core.cljc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
(ns medley.core
"A small collection of useful, mostly pure functions that might not look out
of place in the clojure.core namespace."
(:refer-clojure :exclude [boolean? ex-cause ex-message uuid uuid? random-uuid regexp?]))
(:refer-clojure :exclude [abs boolean? ex-cause ex-message random-uuid regexp?
uuid uuid?]))

(defn find-first
"Finds the first item in a collection that matches a predicate. Returns a
Expand Down

0 comments on commit 00d6117

Please sign in to comment.