Skip to content

Commit

Permalink
Update src/libstd/macros.rs
Browse files Browse the repository at this point in the history
Removed duplicate line.

Co-Authored-By: DevQps <46896178+DevQps@users.noreply.github.com>
  • Loading branch information
Centril and DevQps committed Mar 29, 2019
1 parent fe210d0 commit 8705de4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8705de4

Please sign in to comment.