about summary refs log tree commit diff
path: root/src/liballoc_system
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2016-09-10 15:57:50 +0200
committerGitHub <noreply@github.com>2016-09-10 15:57:50 +0200
commit26315bf0152c166d922de149c3ad4b5b04f56265 (patch)
tree27fc1084591084f7b8fb3447c0ed08fdcebd2ee7 /src/liballoc_system
parent65af27b000a320d8b8d9af591a0464cba3217e0c (diff)
parenta7c671bb90ba1584d0098460ad8e417f848913f9 (diff)
downloadrust-26315bf0152c166d922de149c3ad4b5b04f56265.tar.gz
rust-26315bf0152c166d922de149c3ad4b5b04f56265.zip
Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnik
rustdoc: Add missing item types to page titles

Most pages include the item type in the title such as "Struct std::vec::Vec". However it is missing from the pages for foreign functions, type definitions, macros, statics and constants. This adds them so for example, instead of a title of "std::u32::MAX" it is "Constant std::u32::MAX" to match the others.

[before](https://doc.rust-lang.org/nightly/std/u32/constant.MAX.html) [after](https://ollie27.github.io/rust_doc_test/std/u32/constant.MAX.html)
[before](https://doc.rust-lang.org/nightly/std/io/type.Result.html) [after](https://ollie27.github.io/rust_doc_test/std/io/type.Result.html)

Previous discussions: #34345, #35003
Diffstat (limited to 'src/liballoc_system')
0 files changed, 0 insertions, 0 deletions