Update src/librustdoc/lib.rs from suggestion
Co-authored-by: Ivan Tham <pickfire@riseup.net>
This commit is contained in:
parent
db6a916804
commit
0f3efe25b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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, but don't run doc tests")),
|
||||
unstable("no-run", |o| o.optflag("", "no-run", "Compile doc tests without running it")),
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue