idk why this isn't in master yet #94

Merged
cscherrNT merged 79 commits from devel into master 2024-07-22 13:30:20 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 69ce80483d - Show all commits

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};