tests(types): Update to represent a minimal change in the library

This commit is contained in:
Benedikt Peetz 2024-03-27 23:03:45 +01:00
parent 06c61ade54
commit 1e078fa46d
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ pub mod test {
}
}
fn from_ptr(
ptr: Self::Ptr,
_ptr: Self::Ptr,
) -> Result<Self, trixy::types::error::TypeConversionError> {
todo!()
}