summary refs log tree commit diff
path: root/src/test/rustdoc/prim-title.rs
AgeCommit message (Collapse)AuthorLines
2016-06-30rustdoc: Remove paths from primitive page <title> tagsOliver Middleton-0/+17
Currently primitive pages have a title like "std::u8 - Rust" this changes it to "u8 - Rust" as "std::u8" is the name of a module not a primitive type.