Skip to content

Commit

Permalink
Fix whitespace issues in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chorman0773 committed Nov 25, 2024
1 parent a540310 commit 28b3ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28b3ffd

Please sign in to comment.