Skip to content

Commit b36a316

Browse files
Change "etc." to "and similar"
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
1 parent a173518 commit b36a316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ macro_rules! eprintln {
186186
///
187187
/// Note that the macro is intended as a debugging tool and therefore you
188188
/// should avoid having uses of it in version control for long periods
189-
/// (other than in tests etc.)
189+
/// (other than in tests and similar).
190190
/// Debug output from production code is better done with other facilities
191191
/// such as the [`debug!`] macro from the [`log`] crate.
192192
///

0 commit comments

Comments
 (0)