]> git.lizzy.rs Git - rust.git/blob - tests/run-make/rustdoc-scrape-examples-test/src/lib.rs
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[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() {}