]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #17798 : tomjakubowski/rust/rustdoc-fix-bounds, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 6 Oct 2014 16:47:13 +0000 (16:47 +0000)
committerbors <bors@rust-lang.org>
Mon, 6 Oct 2014 16:47:13 +0000 (16:47 +0000)
This PR adds support in rustdoc for properly naming lifetimes in bounds, instead of just showing `'static` for everything. It also adds support for unboxed function sugar bounds, which were also previously rendered as `'static`.


Trivial merge