Closed
Description
E.g. the section documenting the {..., select, ...}
formatting specifier is buried deep inside the doc page: http://static.rust-lang.org/doc/master/std/fmt/index.html
It would be nice if the headings had anchors (with links nearby, so accessing the appropriate anchor for a link was easy); the above could be, say, http://static.rust-lang.org/doc/master/std/fmt/index.html#sec.select and it would jump straight to the relevant part.
Activity
rustdoc: Add anchors to section headers
auto merge of #12687 : alexcrichton/rust/issue-12681, r=huonw
Auto merge of rust-lang#12681 - lnicola:bump-deps, r=lnicola
Auto merge of rust-lang#12681 - y21:issue12677, r=Jarcho