Skip to content

Commit 54ea486

Browse files
committed
Fix class fields
1 parent af62d0a commit 54ea486

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phper/src/functions.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ impl FunctionEntry {
184184
arg_info: Box::into_raw(infos.into_boxed_slice()).cast(),
185185
num_args: arguments.len() as u32,
186186
flags,
187-
frameless_function_infos: null_mut(),
188-
doc_comment: null_mut(),
187+
..Default::default()
189188
}
190189
}
191190

0 commit comments

Comments
 (0)