Skip to content

Commit

Permalink
Fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Oct 11, 2024
1 parent bcbde20 commit e0180ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fn init_logger() {
}
}

fn convert_logger_filter(level: pumpkin_config::logging::LevelFilter) -> LevelFilter {
const fn convert_logger_filter(level: pumpkin_config::logging::LevelFilter) -> LevelFilter {
match level {
pumpkin_config::logging::LevelFilter::Off => LevelFilter::Off,
pumpkin_config::logging::LevelFilter::Error => LevelFilter::Error,
Expand Down

0 comments on commit e0180ef

Please sign in to comment.