We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf74bbd + 037aa10 commit 0e23028Copy full SHA for 0e23028
std/src/macros.rs
@@ -185,9 +185,10 @@ macro_rules! eprintln {
185
/// builds or when debugging in release mode is significantly faster.
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
-/// Use cases involving debug output that should be added to version control
190
-/// are better served by macros such as [`debug!`] from the [`log`] crate.
+/// should avoid having uses of it in version control for long periods
+/// (other than in tests and similar).
+/// Debug output from production code is better done with other facilities
191
+/// such as the [`debug!`] macro from the [`log`] crate.
192
193
/// # Stability
194
0 commit comments