Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
14e59bb317c3c901bce83deb16ee9bfa5cc90e28
rust/tests/rustdoc/issue-46377.rs

4 lines
146 B
Rust
Raw Normal View History

rustdoc: simplify DOM for `.item-table` This switches from using `<div>` to the more semantic `<ul>`, and using class names that rhyme with the classes the search results table uses.
2023-02-07 19:00:18 -07:00
// @has 'issue_46377/index.html' '//*[@class="desc docblock-short"]' 'Check out this struct!'
Fix rustoc item summaries that are headers Rustoc item summaries that are headers were not displayed at all because they started with whitespace. This PR fixes this and now removes the whitespace and then displays the block.
2017-11-30 00:28:59 +01:00
/// # Check out this struct!
pub struct SomeStruct;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 899ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API