Change "etc." to "and similar"

Co-authored-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
Ian Jackson 2021-05-13 15:02:02 +01:00 committed by GitHub
parent a173518ceb
commit b36a3162fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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