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.
1 parent 578e8a8 commit 5d17880Copy full SHA for 5d17880
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 etc.)
+/// 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