We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6574c5 commit 5d963d2Copy full SHA for 5d963d2
src/liblog/macros.rs
@@ -136,7 +136,7 @@ macro_rules! info {
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 `--cfg ndebug` to the compiler. If
+/// 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.
141
///
142
/// # Examples
0 commit comments