Skip to content

Commit 712fcae

Browse files
committed
rustc_query_system: remove inline annotation from edge_count
This isn't called frequently enough to justify inlining.
1 parent 4f76266 commit 712fcae

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

compiler/rustc_query_system/src/dep_graph/graph.rs

-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ impl<K: DepKind> DepGraph<K> {
548548
}
549549
}
550550

551-
#[inline]
552551
fn edge_count(&self) -> usize {
553552
let data = self.data.as_ref().unwrap();
554553
let previous = &data.previous;

0 commit comments

Comments
 (0)