Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Feb 18, 2024
1 parent 00d8f58 commit 33d236e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
};
Expand Down

0 comments on commit 33d236e

Please sign in to comment.