We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5f6e6 commit a47edcfCopy full SHA for a47edcf
library/std/src/macros.rs
@@ -72,7 +72,7 @@ macro_rules! print {
72
/// On all platforms, the newline is the LINE FEED character (`\n`/`U+000A`) alone
73
/// (no additional CARRIAGE RETURN (`\r`/`U+000D`)).
74
///
75
-/// Use the [`format!`] syntax to write data to the standard output.
+/// This macro uses the same syntax as [`format!`], but writes to the standard output instead.
76
/// See [`std::fmt`] for more information.
77
78
/// Use `println!` only for the primary output of your program. Use
0 commit comments