Skip to content

Commit

Permalink
Silence clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jul 1, 2024
1 parent 9fba23c commit 7856d4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/eframe/src/web/web_logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ impl log::Log for WebLogger {
}

fn log(&self, record: &log::Record<'_>) {
#![allow(clippy::match_same_arms)]

if !self.enabled(record.metadata()) {
return;
}
Expand Down

0 comments on commit 7856d4d

Please sign in to comment.