Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Apr 19, 2023
1 parent f17c805 commit 883606f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_span/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ impl fmt::Debug for Span {
.field("ctxt", &span.ctxt())
.finish()
}

if SESSION_GLOBALS.is_set() {
with_session_globals(|session_globals| {
if let Some(source_map) = &*session_globals.source_map.borrow() {
Expand Down

0 comments on commit 883606f

Please sign in to comment.