Skip to content

Commit

Permalink
silence warning about shadowing infinite?
Browse files Browse the repository at this point in the history
  • Loading branch information
duck1123 committed Dec 23, 2022
1 parent af43c7f commit 6a5816d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/me/untethr/nostr/curve.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(ns me.untethr.nostr.curve)
(ns me.untethr.nostr.curve
(:refer-clojure :exclude [infinite?]))

(defrecord Point [^BigInteger x ^BigInteger y])

Expand Down

0 comments on commit 6a5816d

Please sign in to comment.