From 7f59c05f5aaa7c7e557cac5e599e15ec84351bda Mon Sep 17 00:00:00 2001 From: Ellen Arteca Date: Sat, 7 Dec 2024 19:57:38 -0800 Subject: [PATCH] CLIPPy --- tool/src/cpp/ty.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/src/cpp/ty.rs b/tool/src/cpp/ty.rs index 92e774e6e..2918af88f 100644 --- a/tool/src/cpp/ty.rs +++ b/tool/src/cpp/ty.rs @@ -61,7 +61,7 @@ pub(super) struct TyGenContext<'ccx, 'tcx, 'header> { pub generating_struct_fields: bool, } -impl<'ccx, 'tcx: 'ccx> TyGenContext<'ccx, 'tcx, '_> { +impl<'ccx, 'tcx> TyGenContext<'ccx, 'tcx, '_> { /// Adds an enum definition to the current decl and impl headers. /// /// The enum is defined in C++ using a `class` with a single private field that is the