Skip to content

Commit 7ab612a

Browse files
committed
remove bad comment
1 parent 8ca0f61 commit 7ab612a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_lint/src/builtin.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2781,7 +2781,6 @@ impl ClashingExternDeclarations {
27812781

27822782
// Given a transparent newtype, reach through and grab the inner
27832783
// type unless the newtype makes the type non-null.
2784-
// Also returns whether this type is a ZST.
27852784
let non_transparent_ty = |mut ty: Ty<'tcx>| -> Ty<'tcx> {
27862785
loop {
27872786
if let ty::Adt(def, substs) = *ty.kind() {

0 commit comments

Comments
 (0)