We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29c931 commit 3fdb366Copy full SHA for 3fdb366
1 file changed
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