From 91adaa2b709403aa1194c7acf4b57ebd2117f3ae Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 27 Mar 2024 23:03:45 +0100 Subject: [PATCH] test(types): Update to represent a minimal change in the library --- tests/types/expected.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/types/expected.md b/tests/types/expected.md index 3e56d91..d8d6900 100644 --- a/tests/types/expected.md +++ b/tests/types/expected.md @@ -28,7 +28,7 @@ pub mod test { } } fn from_ptr( - ptr: Self::Ptr, + _ptr: Self::Ptr, ) -> Result { todo!() }