Skip to content

Commit 11935df

Browse files
committed
Remove useless inline.
1 parent f815672 commit 11935df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/ty/query/plumbing.rs

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ impl<'tcx, C: QueryCache> QueryState<'tcx, C> {
9898
shards.iter().all(|shard| shard.active.is_empty())
9999
}
100100

101-
#[inline]
102101
pub(super) fn try_collect_active_jobs(
103102
&self,
104103
kind: DepKind,

0 commit comments

Comments
 (0)