Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 0f3efe2

Browse files
Update src/librustdoc/lib.rs from suggestion
Co-authored-by: Ivan Tham <pickfire@riseup.net>
1 parent db6a916 commit 0f3efe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ fn opts() -> Vec<RustcOptGroup> {
536536
"[unversioned-shared-resources,toolchain-shared-resources,invocation-specific]",
537537
)
538538
}),
539-
unstable("no-run", |o| o.optflag("", "no-run", "Compile, but don't run doc tests")),
539+
unstable("no-run", |o| o.optflag("", "no-run", "Compile doc tests without running it")),
540540
]
541541
}
542542

0 commit comments

Comments
 (0)