Clean dead codes

This commit is contained in:
r0cky 2023-11-25 18:18:55 +08:00
parent f5dc2653fd
commit 91aee2de15
10 changed files with 4 additions and 260 deletions

View file

@ -113,9 +113,6 @@ pub trait TypeRelatingDelegate<'tcx> {
fn forbid_inference_vars() -> bool;
}
#[derive(Copy, Clone)]
struct UniversallyQuantified(bool);
impl<'me, 'tcx, D> TypeRelating<'me, 'tcx, D>
where
D: TypeRelatingDelegate<'tcx>,