automatically filter out names from serializable structs
This commit is contained in:
parent
aac8be59ac
commit
ee6fa14ec4
|
@ -55,7 +55,9 @@
|
|||
(not (xref-binding->definition-tag
|
||||
xref
|
||||
(list what ex)
|
||||
#f)))
|
||||
#f))
|
||||
#:when
|
||||
(not (regexp-match #rx"^deserialize-info:" (symbol->string ex))))
|
||||
ex))
|
||||
|
||||
(unless (null? undocumented-exports)
|
||||
|
|
Loading…
Reference in New Issue
Block a user