test(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 committed by Benedikt Peetz
parent c787aa2e27
commit 91adaa2b70
Signed by: bpeetz
GPG Key ID: B6139BCB07CE946D
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!()
}