Fix a couple of bad Markdown links
This commit is contained in:
parent
7ac9d337dc
commit
58aac456ae
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue