about summary refs log tree commit diff
path: root/library/std/src/process/tests.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2021-12-23 00:28:55 +0100
committerGitHub <noreply@github.com>2021-12-23 00:28:55 +0100
commit051d91a5ce6c6a7fa2f4759a4df546254fb5cccc (patch)
treedb7a24a4ac690d11aab68c27f05007218f8ed114 /library/std/src/process/tests.rs
parent12e4907728eeeb658c1a8d528dbacab9ad485d25 (diff)
parentb7de7973b221acb2ce900a04c11320a16fc884fb (diff)
downloadrust-051d91a5ce6c6a7fa2f4759a4df546254fb5cccc.tar.gz
rust-051d91a5ce6c6a7fa2f4759a4df546254fb5cccc.zip
Rollup merge of #92146 - willcrichton:example-analyzer, r=jyn514
Don't emit shared files when scraping examples from dependencies in Rustdoc

This PR fixes #91605. The issue is that `Context::init` gets called when scraping dependencies. By default, just calling `init` calls into `write_shared` and `build_index` which register the scraped crate into a list that later gets used for the Rustdoc sidebar. The fix is to ensure that `write_shared` is not called when scraping.

r? `@jyn514`
Diffstat (limited to 'library/std/src/process/tests.rs')
0 files changed, 0 insertions, 0 deletions