Skip to content

Commit 1d43a42

Browse files
committed
Remove Clone impl from CycleError.
It's unused.
1 parent f3f4ab9 commit 1d43a42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/rustc_middle/src/query/plumbing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub enum ActiveKeyStatus<'tcx> {
5050
Poisoned,
5151
}
5252

53-
#[derive(Clone, Debug)]
53+
#[derive(Debug)]
5454
pub struct CycleError<'tcx> {
5555
/// The query and related span that uses the cycle.
5656
pub usage: Option<Spanned<QueryStackFrame<'tcx>>>,

0 commit comments

Comments
 (0)