Skip to content

Commit 17ee89c

Browse files
committed
Useless bound.
1 parent c38f001 commit 17ee89c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_query_system/src/query/plumbing.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ fn try_execute_query<CTX, C>(
395395
where
396396
C: QueryCache,
397397
C::Key: Eq + Clone + Debug + crate::dep_graph::DepNodeParams<CTX>,
398-
C::Stored: Clone,
399398
CTX: QueryContext,
400399
{
401400
let job = match JobOwner::try_start(tcx, state, span, &key, lookup, query) {

0 commit comments

Comments
 (0)