Skip to content

Commit

Permalink
Remove useless inline.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Mar 11, 2020
1 parent f815672 commit 11935df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc/ty/query/plumbing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ impl<'tcx, C: QueryCache> QueryState<'tcx, C> {
shards.iter().all(|shard| shard.active.is_empty())
}

#[inline]
pub(super) fn try_collect_active_jobs(
&self,
kind: DepKind,
Expand Down

0 comments on commit 11935df

Please sign in to comment.