We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eae4821 + c6e1b12 commit 8b85b57Copy full SHA for 8b85b57
src/libstd/macros.rs
@@ -98,7 +98,7 @@ macro_rules! print {
98
($($arg:tt)*) => ($crate::io::_print(format_args!($($arg)*)));
99
}
100
101
-/// Macro for printing to the standard output.
+/// Macro for printing to the standard output, with a newline.
102
///
103
/// Use the `format!` syntax to write data to the standard output.
104
/// See `std::fmt` for more information.
0 commit comments