]> git.lizzy.rs Git - rust.git/commit
auto merge of #13464 : alexcrichton/rust/fix-rustdoc-rendering, r=brson
authorbors <bors@rust-lang.org>
Sun, 13 Apr 2014 22:51:46 +0000 (15:51 -0700)
committerbors <bors@rust-lang.org>
Sun, 13 Apr 2014 22:51:46 +0000 (15:51 -0700)
commit5d284a0daa39f6b87028f97b5bfa2bb92f658f83
tree9e9ba17ab43584e0a026f67fd8435cf6b0d063ff
parent296e60be6b027a52de58251848037a92f23a0878
parent44e34c24c4752408038f95225f536d11605c5ba4
auto merge of #13464 : alexcrichton/rust/fix-rustdoc-rendering, r=brson

Closures did not have their bounds printed at all, nor their lifetimes. Trait
bounds were also printed in angle brackets rather than after a colon with a '+'
inbetween them.

Note that on the current task::spawn [1] documentation page, there is no mention
of a `Send` bound even though it is crucially important!

[1] - http://static.rust-lang.org/doc/master/std/task/fn.task.html