Skip to content

Commit

Permalink
clippy: ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chensoft committed Mar 24, 2024
1 parent 063f242 commit 6ebda28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/macros.rs
Expand Up @@ -8,6 +8,7 @@ static mut DEFAULT_LOGGER: Logger = Logger::new(Some(&StderrTarget));
///
/// This logger uses stderr as its default output target.
#[inline]
#[allow(renamed_and_removed_lints)]
#[allow(unknown_lints)]
#[allow(static_mut_ref)]
pub fn default_logger() -> &'static Logger {
Expand Down

0 comments on commit 6ebda28

Please sign in to comment.