Skip to content

Commit fe210d0

Browse files
CentrilDevQps
andauthored
Update src/libstd/macros.rs
Wrapped lines earlier such that it is more coherent with the rest of the text. Co-Authored-By: DevQps <[email protected]>
1 parent 9240092 commit fe210d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/macros.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ macro_rules! eprintln {
232232
/// for some expression `expr`.
233233
///
234234
/// The `dbg!` macro works exactly the same in release builds.
235-
/// This is useful when debugging issues that only occur in release builds or when debugging in
235+
/// This is useful when debugging issues that only occur in release
236+
/// builds or when debugging in release mode is significantly faster.
236237
/// release mode is significantly faster.
237238
///
238239
/// Note that the macro is intended as a debugging tool and therefore you

0 commit comments

Comments
 (0)