summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2017-09-01 18:15:10 +1200
committerNick Cameron <ncameron@mozilla.com>2017-09-01 20:07:04 +1200
commit1d6d09fa6d3392343a89e1a4d116bf4170334300 (patch)
treee01b992f99c6e75a60ea40c7533dce00d1160e9f /src/libstd
parentfbb1612846dbd836bef45221793c0ce698bf6cde (diff)
downloadrust-1d6d09fa6d3392343a89e1a4d116bf4170334300.tar.gz
rust-1d6d09fa6d3392343a89e1a4d116bf4170334300.zip
Fix tests
This is just undoing changes from #41991 because we are not running markdown rendering twice.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/io/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs
index 181b8726e48..074ab3ebd8f 100644
--- a/src/libstd/io/mod.rs
+++ b/src/libstd/io/mod.rs
@@ -212,7 +212,7 @@
 //! # }
 //! ```
 //!
-//! [functions-list]: #functions-2
+//! [functions-list]: #functions-1
 //!
 //! ## io::Result
 //!