]> git.proxmox.com Git - cargo.git/commit
Auto merge of #10017 - willcrichton:example-analyzer, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 29 Oct 2021 14:07:40 +0000 (14:07 +0000)
committerbors <bors@rust-lang.org>
Fri, 29 Oct 2021 14:07:40 +0000 (14:07 +0000)
commit4cc3f4f193c4018e4ffbe0e724686b53d5f38ad2
tree5883d29d32930957b1b12b0504f164aecca78ba1
parent0a98b1de5c0c944ac737e172b14ea2aa4f56f374
parent9fb78cf698b8d87e1edcabf7d4d4ddc9d0538e75
Auto merge of #10017 - willcrichton:example-analyzer, r=alexcrichton

Change --scrape-examples flag to -Z rustdoc-scrape-examples

I'm working on getting the scrape examples feature working on docs.rs. However, docs.rs uses `cargo rustdoc` instead of `cargo doc`, and right now the `--scrape-examples` flag is only allowed for `cargo doc`. So this PR changes it to a `-Z` flag that can be passed to either command.