]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #32390 - japaric:untry, r=pnkfelix
authorbors <bors@rust-lang.org>
Wed, 23 Mar 2016 15:59:10 +0000 (08:59 -0700)
committerbors <bors@rust-lang.org>
Wed, 23 Mar 2016 15:59:10 +0000 (08:59 -0700)
convert 99.9% of `try!`s to `?`s

The first commit is an automated conversion using the [untry] tool and the following command:

```
$ find -name '*.rs' -type f | xargs untry
```

at the root of the Rust repo.

[untry]: https://github.com/japaric/untry

cc @rust-lang/lang @alexcrichton @brson


Trivial merge