Skip to content

Commit

Permalink
Update src/libstd/macros.rs
Browse files Browse the repository at this point in the history
Wrapped lines earlier such that it is more coherent with the rest of the text.

Co-Authored-By: DevQps <46896178+DevQps@users.noreply.github.com>
  • Loading branch information
Centril and DevQps authored Mar 29, 2019
1 parent 9240092 commit fe210d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libstd/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ macro_rules! eprintln {
/// for some expression `expr`.
///
/// 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
/// 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
Expand Down

0 comments on commit fe210d0

Please sign in to comment.