rackunit/docs-complete: accept any module-path?
The contract on `check-docs` was unnecessarily restricted to `symbol?` module paths, which prevents using `check-docs` with submodules.
This commit is contained in:
parent
f29bd9d457
commit
88e92b4837
|
@ -9,7 +9,7 @@
|
|||
|
||||
;; checks to make sure that all of the exports of
|
||||
;; the 'what' library are documented
|
||||
(provide/contract [check-docs (->* (symbol?)
|
||||
(provide/contract [check-docs (->* (module-path?)
|
||||
(#:skip (or/c regexp?
|
||||
symbol?
|
||||
#f
|
||||
|
|
Loading…
Reference in New Issue
Block a user