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

Commit

Permalink
Replace catch_panic with recover.
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
twittner committed Mar 29, 2016
1 parent b5e0bd5 commit 2f8af4e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 115 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2f8af4e

Please sign in to comment.