🚨 Aplica retoques por ejecución de clippy

This commit is contained in:
Manuel Cillero 2025-07-08 20:57:39 +02:00
parent 3bb2355b4f
commit efc4839613
3 changed files with 12 additions and 8 deletions

View file

@ -33,7 +33,6 @@ use std::sync::LazyLock;
/// Dado que las trazas o eventos registrados poco antes de un fallo suelen ser cruciales para
/// diagnosticar la causa, `Lazy<WorkerGuard>` garantiza que todos los registros almacenados se
/// envíen antes de finalizar la ejecución.
#[rustfmt::skip]
pub(crate) static TRACING: LazyLock<WorkerGuard> = LazyLock::new(|| {
let env_filter = EnvFilter::try_new(&global::SETTINGS.log.tracing)