From 28b3ffd5be626f20346be8ae56f2f4e8b4a6eb3e Mon Sep 17 00:00:00 2001 From: Connor Horman Date: Mon, 25 Nov 2024 15:24:50 -0500 Subject: [PATCH] Fix whitespace issues in previous commit --- src/panic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panic.md b/src/panic.md index 8066f85aa..203a31cfa 100644 --- a/src/panic.md +++ b/src/panic.md @@ -32,7 +32,7 @@ Panicking may either be recoverable or non-recoverable, though it can be configured (via `panic=abort`) to always be non-recoverable. (The converse is not true: `panic=unwind` does not guarantee that all panics are recoverable, only that panicking via the `panic!` macro and similar standard library -mechanisms is recoverable.) +mechanisms is recoverable.) r[panic.unwind.destruction] When panic recovery occurs, the runtime "unwinds" Rust frames, just as C++'s `throw` unwinds C++ frames, until the panic reaches