mirror of
https://github.com/openharmony/third_party_rust_env_logger.git
synced 2026-07-19 15:13:43 -04:00
fix explanation around level filter
This commit is contained in:
+3
-3
@@ -538,7 +538,7 @@ impl Builder {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// Only include messages for warning and above for logs in `path::to::module`:
|
||||
/// Only include messages for info and above for logs in `path::to::module`:
|
||||
///
|
||||
/// ```
|
||||
/// # fn main() {
|
||||
@@ -559,7 +559,7 @@ impl Builder {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// Only include messages for warning and above for logs in `path::to::module`:
|
||||
/// Only include messages for info and above for logs in `path::to::module`:
|
||||
///
|
||||
/// ```
|
||||
/// # fn main() {
|
||||
@@ -583,7 +583,7 @@ impl Builder {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// Only include messages for warning and above for logs in `path::to::module`:
|
||||
/// Only include messages for info and above for logs in `path::to::module`:
|
||||
///
|
||||
/// ```
|
||||
/// # fn main() {
|
||||
|
||||
Reference in New Issue
Block a user