From ef24de24a82fe681581cc130f342363c47c0969a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 7 Jun 2024 07:48:48 +0200 Subject: Merging upstream version 1.75.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/gix-config/src/parse/section/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/gix-config/src/parse/section') diff --git a/vendor/gix-config/src/parse/section/mod.rs b/vendor/gix-config/src/parse/section/mod.rs index 7ba08b87d..5af292675 100644 --- a/vendor/gix-config/src/parse/section/mod.rs +++ b/vendor/gix-config/src/parse/section/mod.rs @@ -88,7 +88,7 @@ mod types { impl PartialOrd for $name<'_> { fn partial_cmp(&self, other: &Self) -> Option { - self.cmp(other).into() + Some(self.cmp(other)) } } -- cgit v1.2.3