Skip to content

Commit 166aef9

Browse files
committed
delete leftover comment
1 parent ac638c1 commit 166aef9

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_query_system/src/query

1 file changed

+0
-1
lines changed

compiler/rustc_query_system/src/query/job.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ pub(crate) fn report_cycle<'a>(
554554
usage: query.description,
555555
});
556556
}
557-
// let cycle_usage = usage.map(|(span, query)| query.default_span(span))
558557

559558
let alias = if stack.iter().all(|entry| entry.query.def_kind == Some(DefKind::TyAlias)) {
560559
Some(crate::error::Alias::Ty)

0 commit comments

Comments
 (0)