Skip to content

Commit

Permalink
fixup! Track nested meta-tracing states.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltratt committed Feb 5, 2025
1 parent bfe2320 commit 93557d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ykrt/src/mt.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! The main end-user interface to the meta-tracing system.
use std::{
assert_matches::debug_assert_matches,
assert_matches::{assert_matches, debug_assert_matches},
cell::RefCell,
cmp,
collections::VecDeque,
Expand Down

0 comments on commit 93557d5

Please sign in to comment.