mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
894c98652c
This switches from using `<div>` to the more semantic `<ul>`, and using class names that rhyme with the classes the search results table uses.
4 lines
146 B
Rust
4 lines
146 B
Rust
// @has 'issue_46377/index.html' '//*[@class="desc docblock-short"]' 'Check out this struct!'
|
|
/// # Check out this struct!
|
|
pub struct SomeStruct;
|