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:
Philip McGrath 2018-08-16 03:02:36 -05:00 committed by Robby Findler
parent f29bd9d457
commit 88e92b4837

View File

@ -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