1
Fork 0
This commit is contained in:
Georg Semmler 2024-09-06 19:06:59 +02:00
parent 717a11788d
commit 7c9e818f02
No known key found for this signature in database
GPG key ID: A87BCEE5205CE489
2 changed files with 0 additions and 3 deletions

View file

@ -263,7 +263,6 @@ pub struct ImplTraitHeader<'tcx> {
pub trait_ref: ty::EarlyBinder<'tcx, ty::TraitRef<'tcx>>,
pub polarity: ImplPolarity,
pub safety: hir::Safety,
pub do_not_recommend: bool,
}
#[derive(Copy, Clone, PartialEq, Eq, Debug, TypeFoldable, TypeVisitable)]