You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
johnbchron opened this issue
May 13, 2024
· 2 comments
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-libsRelevant to the library team, which will review and decide on the PR/issue.
In the description of std::fs::File, the first mention of BufWriter:
For efficiency, consider wrapping the file in a BufReader or BufWriter...
Summary
The BufWriter link points to BufReader. I checked the source and the destination is not explicit, so I'm not sure what's going on here. Could be a rustdoc bug.
The text was updated successfully, but these errors were encountered:
johnbchron
added
the
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
label
May 13, 2024
Fixed by #123086 already. Will be fixed in the link you provided once 1.79 hits stable, which is on 2024-06-13 UTC.
jieyouxu
added
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
May 13, 2024
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-libsRelevant to the library team, which will review and decide on the PR/issue.
Location
In the description of
std::fs::File
, the first mention ofBufWriter
:Summary
The
BufWriter
link points toBufReader
. I checked the source and the destination is not explicit, so I'm not sure what's going on here. Could be a rustdoc bug.The text was updated successfully, but these errors were encountered: