We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98e2a95 + a4ba179 commit f6f8764Copy full SHA for f6f8764
library/std/src/io/buffered/bufwriter.rs
@@ -15,7 +15,7 @@ use crate::io::{
15
/// *repeated* write calls to the same file or network socket. It does not
16
/// help when writing very large amounts at once, or writing just one or a few
17
/// times. It also provides no advantage when writing to a destination that is
18
-/// in memory, like a [`Vec`]<u8>`.
+/// in memory, like a [`Vec`]`<u8>`.
19
///
20
/// It is critical to call [`flush`] before `BufWriter<W>` is dropped. Though
21
/// dropping will attempt to flush the contents of the buffer, any errors
0 commit comments