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.
2 parents 021389f + 43f6c2f commit aed55dcCopy full SHA for aed55dc
src/liblog/macros.rs
@@ -135,9 +135,9 @@ macro_rules! info {
135
($($arg:tt)*) => (log!(::log::INFO, $($arg)*))
136
}
137
138
-/// A convenience macro for logging at the debug log level. This macro can also
139
-/// be omitted at compile time by passing `-C debug-assertions` to the compiler. If
140
-/// this option is not passed, then debug statements will be compiled.
+/// A convenience macro for logging at the debug log level. This macro will
+/// be omitted at compile time in an optimized build unless `-C debug-assertions`
+/// is passed to the compiler.
141
///
142
/// # Examples
143
0 commit comments