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
|
(not (xref-binding->definition-tag
|
||||||
xref
|
xref
|
||||||
(list what ex)
|
(list what ex)
|
||||||
#f)))
|
#f))
|
||||||
|
#:when
|
||||||
|
(not (regexp-match #rx"^deserialize-info:" (symbol->string ex))))
|
||||||
ex))
|
ex))
|
||||||
|
|
||||||
(unless (null? undocumented-exports)
|
(unless (null? undocumented-exports)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user