]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/io/buffered/bufwriter.rs
document HACKs
[rust.git] / library / std / src / io / buffered / bufwriter.rs
index a1face6443ae6a7510f4655b542a515e2e2870c3..067ed6ba7ff50fb972feab5e458e637e6752599a 100644 (file)
@@ -59,6 +59,7 @@
 /// together by the buffer and will all be written out in one system call when
 /// the `stream` is flushed.
 ///
+// HACK(#78696): can't use `crate` for associated items
 /// [`TcpStream::write`]: super::super::super::net::TcpStream::write
 /// [`TcpStream`]: crate::net::TcpStream
 /// [`flush`]: BufWriter::flush