Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillot
Clean dead codes Clean dead codes detected by #118257
This commit is contained in:
commit
c67613bef9
10 changed files with 4 additions and 260 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue