File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,10 @@ macro_rules! eprintln {
185
185
/// builds or when debugging in release mode is significantly faster.
186
186
///
187
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.
188
+ /// should avoid having uses of it in version control for long periods
189
+ /// (other than in tests etc.)
190
+ /// Debug output from production code is better done with other facilities
191
+ /// such as the [`debug!`] macro from the [`log`] crate.
191
192
///
192
193
/// # Stability
193
194
///
You can’t perform that action at this time.
0 commit comments