Skip to content

Commit

Permalink
Rollup merge of rust-lang#29035 - rutsky:patch-6, r=steveklabnik
Browse files Browse the repository at this point in the history
r? @steveklabnik

The link is broken here: <https://doc.rust-lang.org/std/io/#types>.

Looks like crate documentation generator uses only first paragraph of the module documentation and
so doesn't resolve the link defined below.

Probably this behaviour of the documentation generator should be considered as a bug and should be reported.
  • Loading branch information
Manishearth committed Oct 14, 2015
2 parents 36a597c + fda2f73 commit b330df2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/libstd/io/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ use option::Option::{self, Some, None};
use result;
use sys;

/// A specialized [`Result`][result] type for I/O operations.
///
/// [result]: ../result/enum.Result.html
/// A specialized [`Result`](../result/enum.Result.html) type for I/O
/// operations.
///
/// This type is broadly used across `std::io` for any operation which may
/// produce an error.
Expand Down

0 comments on commit b330df2

Please sign in to comment.