refactor(dev): move tracing to feature

This commit is contained in:
2025-09-06 20:17:14 +04:00
parent dbc800fef1
commit fdbb872fc3
2 changed files with 9 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ pub(crate) mod tests {
STATE
.get_or_init(async || -> web::Data<AppState> {
#[cfg(all(test, tokio_unstable))]
#[cfg(feature = "trace")]
console_subscriber::init();
new_app_state(None).await.unwrap()