From 411fe35ffe8d5aa8a2fdc3d50ae6aa80051290ff Mon Sep 17 00:00:00 2001 From: Jens Getreu Date: Fri, 21 Aug 2020 09:45:12 +0300 Subject: [PATCH] doc: don't build documentation for dependencies --- scripts/14-make-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/14-make-doc b/scripts/14-make-doc index a99f75d..53822cb 100755 --- a/scripts/14-make-doc +++ b/scripts/14-make-doc @@ -2,4 +2,4 @@ cd ../doc ./make--all -cargo rustdoc -p stringsext -- --document-private-items +cargo rustdoc -p stringsext -- --no-deps --document-private-items