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 eb50f9d commit 035cda8Copy full SHA for 035cda8
src/lib.rs
@@ -148,7 +148,7 @@
148
//! * `hello=DEBUG` turns on debug logging for 'hello' (same as previous)
149
//! * `hello,std::option` turns on hello, and std's option logging
150
//! * `error,hello=warn` turn on global error logging and also warn for hello
151
-//! * `error,hello=off`` turn on global error logging, but turn off logging for hello
+//! * `error,hello=off` turn on global error logging, but turn off logging for hello
152
//! * `off` turns off all logging for the application
153
//! * `OFF` turns off all logging for the application (same as previous)
154
//!
0 commit comments