about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-09-01 13:56:22 +0000
committerbors <bors@rust-lang.org>2017-09-01 13:56:22 +0000
commited532c0d933aaae45e6804efc5936bea078bbaad (patch)
tree65d869ef625e96d296d6cbea2d535855581a406a /src/libstd
parenta59a6d8a5687dd6aee871de0e7c9f734709ac544 (diff)
parent1d6d09fa6d3392343a89e1a4d116bf4170334300 (diff)
downloadrust-ed532c0d933aaae45e6804efc5936bea078bbaad.tar.gz
rust-ed532c0d933aaae45e6804efc5936bea078bbaad.zip
Auto merge of #44238 - nrc:pulldown-warn, r=@QuietMisdreavus
Improve the Pulldown/hoedown warnings

cc #44229

r? @QuietMisdreavus
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
 //!