From 0f3efe25b9c02c6b70cf68798ff0626023246c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=C3=A9nore=20Bouttefeux?= <77335613+ABouttefeux@users.noreply.github.com> Date: Mon, 5 Apr 2021 17:53:45 +0200 Subject: [PATCH] Update src/librustdoc/lib.rs from suggestion Co-authored-by: Ivan Tham --- src/librustdoc/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs index 3a9651011239..0b46399cf4ef 100644 --- a/src/librustdoc/lib.rs +++ b/src/librustdoc/lib.rs @@ -536,7 +536,7 @@ fn opts() -> Vec { "[unversioned-shared-resources,toolchain-shared-resources,invocation-specific]", ) }), - unstable("no-run", |o| o.optflag("", "no-run", "Compile, but don't run doc tests")), + unstable("no-run", |o| o.optflag("", "no-run", "Compile doc tests without running it")), ] }