Skip to content

Commit

Permalink
Adjusted the indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed Mar 29, 2019
1 parent f10e444 commit 9240092
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/libstd/macros.rs
Expand Up @@ -231,8 +231,9 @@ macro_rules! eprintln {
/// to give up ownership, you can instead borrow with `dbg!(&expr)`
/// 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 release mode is significantly faster.
/// 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
/// release mode is significantly faster.
///
/// Note that the macro is intended as a debugging tool and therefore you
/// should avoid having uses of it in version control for longer periods.
Expand Down

0 comments on commit 9240092

Please sign in to comment.