We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a173518 commit b36a316Copy full SHA for b36a316
library/std/src/macros.rs
@@ -186,7 +186,7 @@ macro_rules! eprintln {
186
///
187
/// Note that the macro is intended as a debugging tool and therefore you
188
/// should avoid having uses of it in version control for long periods
189
-/// (other than in tests etc.)
+/// (other than in tests and similar).
190
/// Debug output from production code is better done with other facilities
191
/// such as the [`debug!`] macro from the [`log`] crate.
192
0 commit comments