tests(types): Update to represent a minimal change in the library
This commit is contained in:
parent
06c61ade54
commit
1e078fa46d
|
@ -28,7 +28,7 @@ pub mod test {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fn from_ptr(
|
fn from_ptr(
|
||||||
ptr: Self::Ptr,
|
_ptr: Self::Ptr,
|
||||||
) -> Result<Self, trixy::types::error::TypeConversionError> {
|
) -> Result<Self, trixy::types::error::TypeConversionError> {
|
||||||
todo!()
|
todo!()
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue