Closed
Description
Location
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.