Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(buck2_transition): remove use of try_blocks [rustc-stable]
Summary: Unnecessary. The only use case was actually a bit roundabout, from what I can tell: it was used to unwrap() a SharedResult using `?`, only so it could immediately be re-packaged as a SharedResult from the result of the 'try' expression. Just skip all that, and let the value be returned directly. GitHub Issue: facebook#265 Signed-off-by: Austin Seipp <aseipp@pobox.com> Change-Id: Ittluzprupvzmuprmspuzqnzuxovoxuyn
- Loading branch information