We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e68cf commit a4ba179Copy full SHA for a4ba179
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