Skip to content
Prev Previous commit
Next Next commit
make clippy happy
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
  • Loading branch information
arihant2math committed Feb 18, 2025
commit cf7c5c7d22f59b8a38c7b838ec33f7b12f1ed7c8
4 changes: 2 additions & 2 deletions vm/src/stdlib/ctypes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ pub(crate) mod _ctypes {
Ok(lib_ref.get_pointer())
}

#[pyfunction]
pub fn POINTER(_cls: PyTypeRef) {}
#[pyfunction(name = "POINTER")]
pub fn pointer(_cls: PyTypeRef) {}

#[pyfunction]
pub fn pointer_fn(_inst: PyObjectRef) {}
Expand Down