Skip to content

Commit 6ae0ac4

Browse files
committed
Postpone for later
1 parent 332b5a9 commit 6ae0ac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/closure.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ class_derives!(Closure);
171171
///
172172
/// This trait is automatically implemented on functions with up to 8
173173
/// parameters.
174+
#[allow(clippy::missing_safety_doc)]
174175
pub unsafe trait PhpClosure {
175176
/// Invokes the closure.
176177
fn invoke<'a>(&'a mut self, parser: ArgParser<'a, '_>, ret: &mut Zval);

0 commit comments

Comments
 (0)