File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments