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>
This commit is contained in:
committed by
GitHub
parent
9240092fe3
commit
fe210d0df1
@@ -232,7 +232,8 @@ macro_rules! eprintln {
|
|||||||
/// for some expression `expr`.
|
/// for some expression `expr`.
|
||||||
///
|
///
|
||||||
/// The `dbg!` macro works exactly the same in release builds.
|
/// 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.
|
/// release mode is significantly faster.
|
||||||
///
|
///
|
||||||
/// Note that the macro is intended as a debugging tool and therefore you
|
/// Note that the macro is intended as a debugging tool and therefore you
|
||||||
|
|||||||
Reference in New Issue
Block a user