diff options
| author | bors <bors@rust-lang.org> | 2017-09-01 13:56:22 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-09-01 13:56:22 +0000 |
| commit | ed532c0d933aaae45e6804efc5936bea078bbaad (patch) | |
| tree | 65d869ef625e96d296d6cbea2d535855581a406a /src/libstd | |
| parent | a59a6d8a5687dd6aee871de0e7c9f734709ac544 (diff) | |
| parent | 1d6d09fa6d3392343a89e1a4d116bf4170334300 (diff) | |
| download | rust-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.rs | 2 |
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 //! |
