diff options
| author | Camelid <camelidcamel@gmail.com> | 2020-08-12 15:30:15 -0700 |
|---|---|---|
| committer | Camelid <camelidcamel@gmail.com> | 2020-08-12 15:30:15 -0700 |
| commit | a7749fe451c37ec192b282ec7303b9809b49df93 (patch) | |
| tree | 05e3d6950b2999e3f454b99d4b8b4f70d64547d1 | |
| parent | bc8367617e534f82629141989ed0e5d019d4add2 (diff) | |
| download | rust-a7749fe451c37ec192b282ec7303b9809b49df93.tar.gz rust-a7749fe451c37ec192b282ec7303b9809b49df93.zip | |
Fix intra-doc link
| -rw-r--r-- | library/std/src/io/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/io/mod.rs b/library/std/src/io/mod.rs index cbb53997120..e90ee5c285f 100644 --- a/library/std/src/io/mod.rs +++ b/library/std/src/io/mod.rs @@ -1212,6 +1212,7 @@ impl Initializer { /// /// [`write`]: Self::write /// [`flush`]: Self::flush +/// [`std::io`]: self /// /// # Examples /// |
