We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9240092 commit fe210d0Copy full SHA for fe210d0
src/libstd/macros.rs
@@ -232,7 +232,8 @@ macro_rules! eprintln {
232
/// for some expression `expr`.
233
///
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
+/// This is useful when debugging issues that only occur in release
236
+/// builds or when debugging in release mode is significantly faster.
237
/// release mode is significantly faster.
238
239
/// Note that the macro is intended as a debugging tool and therefore you
0 commit comments