]> git.proxmox.com Git - cargo.git/commit
Auto merge of #6062 - joelgallant:rustdoc-edition, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 20 Sep 2018 20:59:17 +0000 (20:59 +0000)
committerbors <bors@rust-lang.org>
Thu, 20 Sep 2018 20:59:17 +0000 (20:59 +0000)
commit2131e5a253a5490c0ec478c9940193a48eff664c
treee5262428fafbb1136eb66f461af986e4cf40b41a
parent8dd0b1cc1980f00c94d661d5ccd9d31ac560302e
parentb3eb747fa81401ea4a5bbb3254376ad900577659
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
```