Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 2f8af4e

Browse files
committed
Replace catch_panic with recover.
`catch_panic` is no longer available in rust nightly. Instead `recover` has been proposed [1] and is available behind a feature gate in nightly, beta and stable [2]. This commit transitions from `catch_panic` to `panic`. --- [1] rust-lang/rust#27719 [2] http://doc.rust-lang.org/std/panic/fn.recover.html
1 parent b5e0bd5 commit 2f8af4e

File tree

2 files changed

+69
-115
lines changed

2 files changed

+69
-115
lines changed

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)