review comments: rewordings
This commit is contained in:
parent
e0752ad257
commit
148a77dfde
11 changed files with 50 additions and 50 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue