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 fe210d0 commit 8705de4Copy full SHA for 8705de4
src/libstd/macros.rs
@@ -234,7 +234,6 @@ macro_rules! eprintln {
234
/// The `dbg!` macro works exactly the same in release builds.
235
/// 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
240
/// should avoid having uses of it in version control for longer periods.
0 commit comments