Simplify CloneLiftImpls and TrivialTypeTraversalImpls.
They both allow for a lifetime other than `'tcx`, but this isn't needed.
This commit is contained in:
@@ -714,9 +714,7 @@ pub enum BindingForm<'tcx> {
|
||||
}
|
||||
|
||||
TrivialTypeTraversalAndLiftImpls! {
|
||||
for<'tcx> {
|
||||
BindingForm<'tcx>,
|
||||
}
|
||||
BindingForm<'tcx>,
|
||||
}
|
||||
|
||||
mod binding_form_impl {
|
||||
|
||||
Reference in New Issue
Block a user