chore: clippy findings
cargo devel CI / cargo CI (push) Has been cancelled Details

This commit is contained in:
Christoph J. Scherr 2024-07-09 19:54:11 +02:00
parent 89c481fa2e
commit 69ce80483d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ use error::Error;
/// I'm just repackaging it a little to make it more ergonomic
pub use tracing;
pub use tracing::{debug, error, info, trace, warn, Level};
use tracing_appender::{self, non_blocking::NonBlocking};
use tracing_appender::{self};
use tracing_subscriber::fmt::{format::FmtSpan, time};
use anyhow::{bail, Result};