Update src/libstd/macros.rs

Removed duplicate line.

Co-Authored-By: DevQps <46896178+DevQps@users.noreply.github.com>
This commit is contained in:
Mazdak Farrokhzad 2019-03-29 16:25:38 +01:00 committed by GitHub
parent fe210d0df1
commit 8705de49e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,6 @@ macro_rules! eprintln {
/// The `dbg!` macro works exactly the same in release builds.
/// This is useful when debugging issues that only occur in release
/// builds or when debugging in release mode is significantly faster.
/// release mode is significantly faster.
///
/// Note that the macro is intended as a debugging tool and therefore you
/// should avoid having uses of it in version control for longer periods.