]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #33346 - Ryman:patch-4, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 2 May 2016 19:32:45 +0000 (01:02 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 3 May 2016 02:35:30 +0000 (08:05 +0530)
libstd: correct the link to functions in io module documentation

Currently the link refers to it's own section of the documentation rather than the list of functions generated by rustdoc.

i.e. [this](http://doc.rust-lang.org/std/io/index.html#functions) should link to [this](http://doc.rust-lang.org/std/io/index.html#functions-1)


Trivial merge