mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
rustc_query_system: remove inline annotation from edge_count
This isn't called frequently enough to justify inlining.
This commit is contained in:
parent
4f76266295
commit
712fcae13a
@ -548,7 +548,6 @@ impl<K: DepKind> DepGraph<K> {
|
||||
}
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn edge_count(&self) -> usize {
|
||||
let data = self.data.as_ref().unwrap();
|
||||
let previous = &data.previous;
|
||||
|
Loading…
Reference in New Issue
Block a user