You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #6062 - joelgallant:rustdoc-edition, r=alexcrichton
Removes -Zunstable-options for rustdoc testing
As far as I understand, this flag isn't needed anymore, since --edition is stable on beta.
I ran in to this when running `cargo +beta test --doc --verbose` on my crate, which errors with:
```
Running `rustdoc -Zunstable-options --edition=2018 [omitted...]`
error: the option `Z` is only accepted on the nightly compiler
```
0 commit comments