generated from PlexSheep/baserepo
chore: clippy findings
cargo devel CI / cargo CI (push) Has been cancelled
Details
cargo devel CI / cargo CI (push) Has been cancelled
Details
This commit is contained in:
parent
89c481fa2e
commit
69ce80483d
|
@ -31,7 +31,7 @@ use error::Error;
|
||||||
/// I'm just repackaging it a little to make it more ergonomic
|
/// I'm just repackaging it a little to make it more ergonomic
|
||||||
pub use tracing;
|
pub use tracing;
|
||||||
pub use tracing::{debug, error, info, trace, warn, Level};
|
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 tracing_subscriber::fmt::{format::FmtSpan, time};
|
||||||
|
|
||||||
use anyhow::{bail, Result};
|
use anyhow::{bail, Result};
|
||||||
|
|
Reference in New Issue