diff options
Diffstat (limited to 'env/dev')
-rw-r--r-- | env/dev/clj/user.clj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/env/dev/clj/user.clj b/env/dev/clj/user.clj index 4ba997c..53aee1b 100644 --- a/env/dev/clj/user.clj +++ b/env/dev/clj/user.clj @@ -9,3 +9,5 @@ (defn cljs [] (ra/cljs-repl)) + +(set! *warn-on-reflection* true)
\ No newline at end of file |