Skip to content

Commit

Permalink
Fix 'cargo fmt' warning
Browse files Browse the repository at this point in the history
  • Loading branch information
borntyping committed Nov 23, 2023
1 parent 7283faa commit 76d2107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -146,7 +146,7 @@ impl SimpleLogger {

/// Enables the user to choose log level by setting `RUST_LOG=<level>`
/// environment variable. This will use the default level set by
/// [`with_level`] if `RUST_LOG` is not set or can't be parsed as a
/// [`with_level`] if `RUST_LOG` is not set or can't be parsed as a
/// standard log level.
///
/// This must be called after [`with_level`]. If called before
Expand Down

0 comments on commit 76d2107

Please sign in to comment.