Skip to content

Commit

Permalink
Get rid of compiler warnings in clojure 1.9
Browse files Browse the repository at this point in the history
seqable exists in 1.9, but not in prior clojure versions
  • Loading branch information
fotoetienne committed Sep 28, 2016
1 parent 2fdd949 commit 1a9ad2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cljstache/core.cljc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(ns cljstache.core
"A parser for mustache templates."
#?(:clj (:refer-clojure :exclude (seqable?)))
(:require #?(:clj [clojure.java.io :as io])
[clojure.string :as str :refer [split]]))

Expand Down

0 comments on commit 1a9ad2a

Please sign in to comment.