From fe210d0df17b16d3afa3ec5462767bd9f20a4c0c Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Fri, 29 Mar 2019 16:24:13 +0100 Subject: [PATCH] Update src/libstd/macros.rs 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> --- src/libstd/macros.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs index 03d2a307216..37e88ee6209 100644 --- a/src/libstd/macros.rs +++ b/src/libstd/macros.rs @@ -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