From e8a3c555bbd401d1a5bc0381c8a3be3b43aad939 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Fri, 17 Sep 2021 12:51:53 -0500 Subject: [PATCH] Ensure that the defcfn macro is validated --- src/coffi/ffi.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/coffi/ffi.clj b/src/coffi/ffi.clj index 16ec628..cb3ac08 100644 --- a/src/coffi/ffi.clj +++ b/src/coffi/ffi.clj @@ -774,6 +774,8 @@ (:attr-map args))) ~@(list (:doc args)) fun#)))) +(s/fdef defcfn + :args ::defcfn-args) #_:clj-kondo/ignore (comment