Skip to content

Commit

Permalink
exclude clojure get and await - raises warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiursan committed Feb 16, 2016
1 parent e0eb371 commit 57cff66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
; as published by the Free Software Foundation.

(ns ^{:author "circlespainter"} co.paralleluniverse.fiber.httpkit.client
(:refer-clojure :exclude [get await])
(:require [org.httpkit.client :as hc]
[co.paralleluniverse.pulsar.core :refer [defsfn await]]))

Expand Down

0 comments on commit 57cff66

Please sign in to comment.