Skip to content

Commit 5b9dfb6

Browse files
chorman0773ehuss
authored andcommitted
Fix whitespace issues in previous commit
1 parent 869500c commit 5b9dfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/panic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Panicking may either be recoverable or non-recoverable, though it can be
3232
configured (via `panic=abort`) to always be non-recoverable. (The converse is
3333
not true: `panic=unwind` does not guarantee that all panics are recoverable,
3434
only that panicking via the `panic!` macro and similar standard library
35-
mechanisms is recoverable.)
35+
mechanisms is recoverable.)
3636

3737
r[panic.unwind.destruction]
3838
When panic recovery occurs, the runtime "unwinds" Rust frames, just as C++'s `throw` unwinds C++ frames, until the panic reaches

0 commit comments

Comments
 (0)