Skip to content

Commit 3fdb366

Browse files
committed
Fix clippy warning
1 parent d29c931 commit 3fdb366

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/declare.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {
151151
///
152152
/// If there’s a value with the same name already declared, the function will
153153
/// update the declaration and return existing Value instead.
154-
#[expect(clippy::let_and_return)]
155154
fn declare_raw_fn<'gcc>(
156155
cx: &CodegenCx<'gcc, '_>,
157156
name: &str,

0 commit comments

Comments
 (0)