]> git.lizzy.rs Git - rust.git/blob - tests/run-make/rustdoc-scrape-examples-test/src/lib.rs
Rollup merge of #104965 - zacklukem:p-option-as_ref-docs, r=scottmcm
[rust.git] / tests / run-make / rustdoc-scrape-examples-test / src / lib.rs
1 // @has foobar/fn.ok.html '//*[@class="docblock scraped-example-list"]' ''
2
3 pub fn ok() {}