Skip to content

Commit 9411844

Browse files
OperandRef already had a Debug impl
Co-authored-by: Jubilee <[email protected]>
1 parent 41ec376 commit 9411844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/mir/operand.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ impl<V: CodegenObject> OperandValue<V> {
131131
/// to avoid nasty edge cases. In particular, using `Builder::store`
132132
/// directly is sure to cause problems -- use `OperandRef::store`
133133
/// instead.
134-
#[derive(Copy, Clone, Debug)]
134+
#[derive(Copy, Clone)]
135135
pub struct OperandRef<'tcx, V> {
136136
/// The value.
137137
pub val: OperandValue<V>,

0 commit comments

Comments
 (0)