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 484ca2b commit b844d58Copy full SHA for b844d58
src/lib.rs
@@ -93,8 +93,8 @@
93
//! logging is disabled except for the `error` level**.
94
//!
95
//! Logging is controlled via the **`RUST_LOG`** environment variable. The
96
-//! value of this environment variable is a comma-separated list of logging
97
-//! directives. A logging directive is of the form:
+//! value of this environment variable is a comma-separated list of *logging
+//! directives*. A logging directive is of the form:
98
99
//! ```text
100
//! path::to::module=level
0 commit comments