fmt fix
This commit is contained in:
parent
f17c805701
commit
883606f2c0
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue