From 3fdb366140b46097434b608707fc93e0b3e26439 Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Sat, 14 Feb 2026 07:47:54 -0500 Subject: [PATCH] Fix clippy warning --- src/declare.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/declare.rs b/src/declare.rs index e4130b221ee3..6450e2d4039c 100644 --- a/src/declare.rs +++ b/src/declare.rs @@ -151,7 +151,6 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> { /// /// If there’s a value with the same name already declared, the function will /// update the declaration and return existing Value instead. -#[expect(clippy::let_and_return)] fn declare_raw_fn<'gcc>( cx: &CodegenCx<'gcc, '_>, name: &str,