From 77203271a0049e833ba05ea2519e2b447f0bb16e Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sat, 12 Sep 2020 12:26:18 +0200 Subject: [PATCH] This should be public :-) --- src/taoensso/nippy.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/taoensso/nippy.clj b/src/taoensso/nippy.clj index 5995625..01921f2 100644 --- a/src/taoensso/nippy.clj +++ b/src/taoensso/nippy.clj @@ -434,7 +434,7 @@ ;; significantly beyond `nmax` size, which helps to give new classes ;; some chance to accumulate a competitive frequency before next GC. - (defn- ^{:-state_ state_} ; Undocumented + (defn ^{:-state_ state_} ; Undocumented allow-and-record-any-serializable-class-unsafe "A predicate (fn allow-class? [class-name]) fn that can be assigned to `*freeze-serializable-allowlist*` and/or