From 4047fdf4f5478aff421920560e134126640b04f2 Mon Sep 17 00:00:00 2001 From: Zach Tellman Date: Sat, 26 Jul 2014 10:27:04 -0700 Subject: [PATCH] fix name collision --- src/potemkin/utils.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/potemkin/utils.clj b/src/potemkin/utils.clj index 3de9010..dd35bb8 100644 --- a/src/potemkin/utils.clj +++ b/src/potemkin/utils.clj @@ -1,7 +1,7 @@ (ns potemkin.utils (:use [potemkin macros collections] - [clj-tuple]) + [clj-tuple :exclude [compile-if]]) (:import [java.util.concurrent ConcurrentHashMap]))