Skip to content

Commit 635625a

Browse files
committed
Allow needless_update
1 parent 54ea486 commit 635625a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phper/src/functions.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ impl FunctionEntry {
178178

179179
let flags = visibility.unwrap_or(Visibility::default() as u32);
180180

181+
#[allow(clippy::needless_update)]
181182
zend_function_entry {
182183
fname: name.as_ptr().cast(),
183184
handler: raw_handler,

0 commit comments

Comments
 (0)