1
Fork 0

Rollup merge of #137529 - klensy:unused3, r=lcnr

remove few unused args
This commit is contained in:
León Orell Valerian Liehr 2025-02-26 04:15:04 +01:00 committed by GitHub
commit 292c003ce7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 24 deletions

View file

@ -1074,7 +1074,6 @@ fn lower_variant<'tcx>(
def.ctor().map(|(kind, _, def_id)| (kind, def_id.to_def_id())),
discr,
fields,
adt_kind,
parent_did.to_def_id(),
recovered,
adt_kind == AdtKind::Struct && tcx.has_attr(parent_did, sym::non_exhaustive)