From a22d946321b091c4548ce7a005d371546de31cdf Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 28 Aug 2024 17:33:08 +0300 Subject: [PATCH] Consider for `Unwrap` and `TryUnwrap` --- impl/src/try_unwrap.rs | 1 + impl/src/unwrap.rs | 1 + tests/try_unwrap.rs | 12 ++++++++++++ tests/unwrap.rs | 12 ++++++++++++ 4 files changed, 26 insertions(+) diff --git a/impl/src/try_unwrap.rs b/impl/src/try_unwrap.rs index b90ba714..28187962 100644 --- a/impl/src/try_unwrap.rs +++ b/impl/src/try_unwrap.rs @@ -123,6 +123,7 @@ pub fn expand(input: &DeriveInput, trait_name: &'static str) -> Result Result