]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #11810 : Armavica/rust/issue-11645, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 31 Jan 2014 23:11:32 +0000 (15:11 -0800)
committerbors <bors@rust-lang.org>
Fri, 31 Jan 2014 23:11:32 +0000 (15:11 -0800)
The doc-generating tool comments out the lines that match `/$# /` (note the space), which is not what is wanted here. And it lets live the lines matching `/$#[^ ]/`. But we still want to see a space. So I replaced the normal space by a non breakable one, which fools the parser into displaying the line.


Trivial merge