We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c0a9f commit bbe7bb9Copy full SHA for bbe7bb9
library/std/src/io/stdio.rs
@@ -578,7 +578,7 @@ impl fmt::Debug for StdinLock<'_> {
578
/// it flushes automatically when a newline (`\n`) is encountered. For immediate
579
/// output, you can manually call the [`flush`] method. When the handle goes out
580
/// of scope, the buffer is automatically flushed.
581
-///
+///
582
/// Created by the [`io::stdout`] method.
583
///
584
/// ### Note: Windows Portability Considerations
0 commit comments