Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a local macro replacing deprecated std::try!
This is easier than adding `#[allow(deprecated)]` everywhere, and better than adding a global `#![allow(deprecated)]` that might hide other interesting deprecations.
- Loading branch information