diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-03-29 16:24:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-29 16:24:13 +0100 |
| commit | fe210d0df17b16d3afa3ec5462767bd9f20a4c0c (patch) | |
| tree | 50f7da8458ceeb53e4b4eeb7a048a3cf928ee1ee /src/libstd/macros.rs | |
| parent | 9240092fe3bf32803ac9f9a247a098844d6f4780 (diff) | |
| download | rust-fe210d0df17b16d3afa3ec5462767bd9f20a4c0c.tar.gz rust-fe210d0df17b16d3afa3ec5462767bd9f20a4c0c.zip | |
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>
Diffstat (limited to 'src/libstd/macros.rs')
| -rw-r--r-- | src/libstd/macros.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
