Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Aug 20, 2024
1 parent daf6320 commit 98e356f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ impl LogConfigBuilder {
self
}

///
pub fn level<S: Into<String>>(mut self, level: S) -> LogConfigBuilder {
self.0.level = level.into();
self
Expand Down

0 comments on commit 98e356f

Please sign in to comment.