]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #12277 : alexcrichton/rust/fix-rustdoc-render, r=huonw
authorbors <bors@rust-lang.org>
Sat, 15 Feb 2014 01:51:29 +0000 (17:51 -0800)
committerbors <bors@rust-lang.org>
Sat, 15 Feb 2014 01:51:29 +0000 (17:51 -0800)
The std macros used to be injected with a filename of "<std-macros>", but macros
are now injected with a filename of "<{} macros>" where `{}` is filled in with
the crate name. This updates rustdoc to understand this new system so it'll
render source more frequently.


Trivial merge