━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ SPANTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0: themes::test_capture with x=42 at tests/themes.rs:42 40 │ use tracing_subscriber::{prelude::*, registry::Registry}; 41 │  42 > #[instrument] 43 │ fn test_capture(x: u8) -> SpanTrace { 44 │ #[allow(clippy::if_same_then_else)]