From 29029c0bc2383441412f696e430aaa3536b04e37 Mon Sep 17 00:00:00 2001 From: Albin Hedman Date: Wed, 15 Sep 2021 18:08:48 +0200 Subject: [PATCH] Fix formatting --- library/core/src/result.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/core/src/result.rs b/library/core/src/result.rs index 6ed980cf53fe0..bfa84ee460825 100644 --- a/library/core/src/result.rs +++ b/library/core/src/result.rs @@ -1910,7 +1910,9 @@ impl const ops::Try for Result { #[unstable(feature = "try_trait_v2", issue = "84277")] #[rustc_const_unstable(feature = "const_convert", issue = "88674")] -impl> const ops::FromResidual> for Result { +impl> const ops::FromResidual> + for Result +{ #[inline] fn from_residual(residual: Result) -> Self { match residual {