We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a5260 commit 4f1565fCopy full SHA for 4f1565f
src/types/class_object.rs
@@ -155,7 +155,8 @@ impl<T: RegisteredClass> ZendClassObject<T> {
155
/// # Parameters
156
///
157
/// * `obj` - The zend object to get the [`ZendClassObject`] for.
158
- #[allow(clippy::needless_pass_by_ref_mut)] pub fn from_zend_obj_mut(std: &mut zend_object) -> Option<&mut Self> {
+ #[allow(clippy::needless_pass_by_ref_mut)]
159
+ pub fn from_zend_obj_mut(std: &mut zend_object) -> Option<&mut Self> {
160
Self::_from_zend_obj(std)
161
}
162
0 commit comments