Skip to content

Commit

Permalink
remove warning because of read being shadowed
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrand committed Apr 25, 2024
1 parent 0d3e3f5 commit a7f3455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clj/src/cljd/compiler.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; You must not remove this notice, or any other, from this software.

(ns cljd.compiler
(:refer-clojure :exclude [macroexpand macroexpand-1 munge compile])
(:refer-clojure :exclude [macroexpand macroexpand-1 munge compile read])
(:require [clojure.string :as str]
[clojure.java.io :as io]
[clojure.edn :as edn]))
Expand Down

0 comments on commit a7f3455

Please sign in to comment.