remove bad comment

This commit is contained in:
DaniPopes 2023-03-20 00:55:36 +01:00
parent 8ca0f61fe3
commit 7ab612a7ee
No known key found for this signature in database
GPG key ID: 0F09640DDB7AC692

View file

@ -2781,7 +2781,6 @@ impl ClashingExternDeclarations {
// Given a transparent newtype, reach through and grab the inner
// type unless the newtype makes the type non-null.
// Also returns whether this type is a ZST.
let non_transparent_ty = |mut ty: Ty<'tcx>| -> Ty<'tcx> {
loop {
if let ty::Adt(def, substs) = *ty.kind() {