Skip to content

Commit 6318af8

Browse files
committed
fmt
1 parent 97fc214 commit 6318af8

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir_build/src/builder/matches

1 file changed

+1
-1
lines changed

compiler/rustc_mir_build/src/builder/matches/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use rustc_middle::{bug, span_bug};
1717
use rustc_span::def_id::DefId;
1818
use rustc_span::source_map::Spanned;
1919
use rustc_span::{DUMMY_SP, Span, Symbol, sym};
20-
use tracing::instrument;
20+
use tracing::{debug, instrument};
2121

2222
use crate::builder::Builder;
2323
use crate::builder::matches::{Candidate, MatchPairTree, Test, TestBranch, TestCase, TestKind};

0 commit comments

Comments
 (0)