1
Fork 0

review comments: rewordings

This commit is contained in:
Esteban Küber 2024-12-06 19:43:01 +00:00
parent e0752ad257
commit 148a77dfde
11 changed files with 50 additions and 50 deletions

View file

@ -259,10 +259,10 @@ impl Into<DataTypeKind> for AdtKind {
}
}
impl<'tcx> AdtDefData {
impl AdtDefData {
/// Creates a new `AdtDefData`.
pub(super) fn new(
tcx: TyCtxt<'tcx>,
tcx: TyCtxt<'_>,
did: DefId,
kind: AdtKind,
variants: IndexVec<VariantIdx, VariantDef>,