We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2af75 commit eaad11cCopy full SHA for eaad11c
1 file changed
compiler/rustc_codegen_gcc/src/declare.rs
@@ -151,7 +151,6 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {
151
///
152
/// If there’s a value with the same name already declared, the function will
153
/// update the declaration and return existing Value instead.
154
-#[expect(clippy::let_and_return)]
155
fn declare_raw_fn<'gcc>(
156
cx: &CodegenCx<'gcc, '_>,
157
name: &str,
0 commit comments