diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2017-09-01 18:15:10 +1200 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2017-09-01 20:07:04 +1200 |
| commit | 1d6d09fa6d3392343a89e1a4d116bf4170334300 (patch) | |
| tree | e01b992f99c6e75a60ea40c7533dce00d1160e9f /src/libstd | |
| parent | fbb1612846dbd836bef45221793c0ce698bf6cde (diff) | |
| download | rust-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.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 //! |
