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
1 changed files with 0 additions and 1 deletions
|
@ -548,7 +548,6 @@ impl<K: DepKind> DepGraph<K> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
|
||||||
fn edge_count(&self) -> usize {
|
fn edge_count(&self) -> usize {
|
||||||
let data = self.data.as_ref().unwrap();
|
let data = self.data.as_ref().unwrap();
|
||||||
let previous = &data.previous;
|
let previous = &data.previous;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue