Skip to content

Commit

Permalink
lint error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Sep 28, 2024
1 parent 6212550 commit 801d4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub(crate) enum LogLevel {

/// The logger options used to initialize the logger
pub struct LoggerOptions {
/// Name to prefix each log message: "[name] %s"
/// Name to prefix each log message
pub name: String,
/// The logger level name (verbose, info, error, off)
pub level: String,
Expand Down

0 comments on commit 801d4db

Please sign in to comment.