From 33d236e043b03fff0223e18d6d3d028824c597b3 Mon Sep 17 00:00:00 2001 From: konstin Date: Sun, 18 Feb 2024 21:44:50 +0100 Subject: [PATCH] rustfmt --- src/marker.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/marker.rs b/src/marker.rs index 22b5206..3c95d45 100644 --- a/src/marker.rs +++ b/src/marker.rs @@ -942,7 +942,8 @@ impl MarkerTree { /// Does this marker apply in the given environment? pub fn evaluate(&self, env: &MarkerEnvironment, extras: &[ExtraName]) -> bool { let mut reporter = |_kind, _message, _marker_expression: &MarkerExpression| { - #[cfg(feature = "tracing")] { + #[cfg(feature = "tracing")] + { tracing::warn!("{}", _message); } };