Fix clippy warning

This commit is contained in:
Antoni Boucher 2026-02-14 07:47:54 -05:00
parent d29c931c9d
commit 3fdb366140

View file

@ -151,7 +151,6 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {
///
/// If theres 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,