From cc907f80b95c6ec530c5ee1b05b044a468f07eca Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Wed, 12 Jul 2023 21:49:27 -0400 Subject: Re-format let-else per rustfmt update --- library/core/src/array/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/core/src/array') diff --git a/library/core/src/array/mod.rs b/library/core/src/array/mod.rs index 76b3589b9e4..ebd4a8c05fe 100644 --- a/library/core/src/array/mod.rs +++ b/library/core/src/array/mod.rs @@ -925,7 +925,7 @@ fn iter_next_chunk_erased( // so we need to defuse the guard instead of using `?`. let initialized = guard.initialized; mem::forget(guard); - return Err(initialized) + return Err(initialized); }; // SAFETY: The loop condition ensures we have space to push the item -- cgit 1.4.1-3-g733a5