Skip to content

Commit

Permalink
Rollup merge of rust-lang#38922 - chris-morgan:fs-markdown-link-fix, …
Browse files Browse the repository at this point in the history
…r=steveklabnik

Fix a couple of bad Markdown links
  • Loading branch information
GuillaumeGomez authored Jan 19, 2017
2 parents ced04ff + 58aac45 commit cabfb07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libstd/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ use time::SystemTime;
/// # }
/// ```
///
/// [`BufReader`]: ../io/struct.BufReader.html
/// [`Read`]: ../io/trait.Read.html
/// [`BufReader<R>`]: ../io/struct.BufReader.html
#[stable(feature = "rust1", since = "1.0.0")]
pub struct File {
inner: fs_imp::File,
Expand Down

0 comments on commit cabfb07

Please sign in to comment.