Skip to content

Commit 760e8c0

Browse files
committed
:exclude redefined `merge from :refer-clojure in pu_map.cljc
1 parent ef8d0c8 commit 760e8c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/clojure/clojure/data/xml/pu_map.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
(:require [clojure.data.xml.name :as name]
1111
[clojure.string :as str]
1212
[clojure.core :as core])
13-
(:refer-clojure :exclude [assoc! dissoc! transient persistent! get assoc]))
13+
(:refer-clojure :exclude [assoc! dissoc! transient persistent! get assoc merge]))
1414

1515
(def prefix-map :p->u)
1616
(def uri-map :u->ps)

0 commit comments

Comments
 (0)