Skip to content

Commit 6bdbc3a

Browse files
committed
Remove unused structs
1 parent f10c6a8 commit 6bdbc3a

File tree

1 file changed

+0
-3
lines changed
  • compiler/rustc_infer/src/infer/nll_relate

1 file changed

+0
-3
lines changed

compiler/rustc_infer/src/infer/nll_relate/mod.rs

-3
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ pub trait TypeRelatingDelegate<'tcx> {
113113
fn forbid_inference_vars() -> bool;
114114
}
115115

116-
#[derive(Copy, Clone)]
117-
struct UniversallyQuantified(bool);
118-
119116
impl<'me, 'tcx, D> TypeRelating<'me, 'tcx, D>
120117
where
121118
D: TypeRelatingDelegate<'tcx>,

0 commit comments

Comments
 (0)