Skip to content

Commit 9240092

Browse files
author
Christian
committed
Adjusted the indentation.
1 parent f10e444 commit 9240092

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/libstd/macros.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,9 @@ macro_rules! eprintln {
231231
/// to give up ownership, you can instead borrow with `dbg!(&expr)`
232232
/// for some expression `expr`.
233233
///
234-
/// The `dbg!` macro works exactly the same in release builds. This is useful when debugging issues
235-
/// that only occur in release builds or when debugging in release mode is significantly faster.
234+
/// 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
236+
/// release mode is significantly faster.
236237
///
237238
/// Note that the macro is intended as a debugging tool and therefore you
238239
/// should avoid having uses of it in version control for longer periods.

0 commit comments

Comments
 (0)