:exclude random-uuid
Should prevent this message when compiling: > WARNING: random-uuid already refers to: #'clojure.core/random-uuid in namespace: monger.util, being replaced by: #'monger.util/random-uuid
This commit is contained in:
parent
74a13a3489
commit
92ea59ff3c
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@
|
|||
org.bson.types.ObjectId
|
||||
com.mongodb.DBObject
|
||||
clojure.lang.IPersistentMap
|
||||
java.util.Map))
|
||||
java.util.Map)
|
||||
(:refer-clojure :exclude [random-uuid]))
|
||||
|
||||
;;
|
||||
;; API
|
||||
|
|
|
|||
Loading…
Reference in a new issue