diff options
| author | Ryman <haqkrs@gmail.com> | 2016-05-02 15:54:54 +0100 |
|---|---|---|
| committer | Ryman <haqkrs@gmail.com> | 2016-05-02 15:54:54 +0100 |
| commit | 9fe3c065b0e94b1e2ce7f14ab512475e79426ce4 (patch) | |
| tree | 5f3b80d8fcf1c09933274d50516d97409b7af8f8 /src/libstd | |
| parent | e1a575cb077d2070cc4527fa43bf9ef790f89f04 (diff) | |
| download | rust-9fe3c065b0e94b1e2ce7f14ab512475e79426ce4.tar.gz rust-9fe3c065b0e94b1e2ce7f14ab512475e79426ce4.zip | |
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.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/io/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index d914d143e70..ca15aa2d56c 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -195,7 +195,7 @@ //! //! ## Functions //! -//! There are a number of [functions][functions] that offer access to various +//! There are a number of [functions][functions-list] that offer access to various //! features. For example, we can use three of these functions to copy everything //! from standard input to standard output: //! @@ -208,7 +208,7 @@ //! # } //! ``` //! -//! [functions]: #functions +//! [functions-list]: #functions-1 //! //! ## io::Result //! |
