Skip to content

Commit

Permalink
logger: fix new nightly warning
Browse files Browse the repository at this point in the history
  • Loading branch information
2bc4 committed Feb 19, 2024
1 parent de03b9f commit 090bc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::{
};

use anyhow::Result;
use log::{self, Level, LevelFilter, Log, Metadata, Record};
use log::{Level, LevelFilter, Log, Metadata, Record};

#[allow(dead_code)] //.enable_debug if debug logging feature disabled
pub struct Logger {
Expand Down

0 comments on commit 090bc32

Please sign in to comment.