Skip to content

Commit 4d9e839

Browse files
committed
Remove useless bounds.
1 parent 945d588 commit 4d9e839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_query_system/src/query/plumbing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ fn force_query_with_job<CTX, K, V>(
562562
query: &QueryVtable<CTX, K, V>,
563563
) -> (V, DepNodeIndex)
564564
where
565-
K: Eq + Clone + Debug,
565+
K: Debug,
566566
CTX: QueryContext,
567567
{
568568
// If the following assertion triggers, it can have two reasons:

0 commit comments

Comments
 (0)