change based on reviews

This commit is contained in:
Aliénore Bouttefeux
2021-04-07 15:45:40 +02:00
parent 08c7f97526
commit 3ad3597bd4
2 changed files with 2 additions and 2 deletions

View File

@@ -536,7 +536,7 @@ fn opts() -> Vec<RustcOptGroup> {
"[unversioned-shared-resources,toolchain-shared-resources,invocation-specific]",
)
}),
unstable("no-run", |o| o.optflag("", "no-run", "Compile doc tests without running it")),
unstable("no-run", |o| o.optflag("", "no-run", "Compile doctests without running them")),
]
}