mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
7 lines
269 B
Rust
7 lines
269 B
Rust
// @has foobar/fn.ok.html '//*[@class="docblock scraped-example-list"]//*[@class="prev"]' ''
|
|
// @has foobar/fn.ok.html '//*[@class="more-scraped-examples"]' ''
|
|
// @has src/ex/ex.rs.html
|
|
// @has foobar/fn.ok.html '//a[@href="../src/ex/ex.rs.html#2"]' ''
|
|
|
|
pub fn ok() {}
|