Rollup merge of #38922 - chris-morgan:fs-markdown-link-fix, r=steveklabnik
Fix a couple of bad Markdown links
This commit is contained in:
commit
cabfb078b0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user