]> git.lizzy.rs Git - rust.git/commit
Auto merge of #4222 - jfrikker:try_err, r=flip1995
authorbors <bors@rust-lang.org>
Mon, 1 Jul 2019 07:41:33 +0000 (07:41 +0000)
committerbors <bors@rust-lang.org>
Mon, 1 Jul 2019 07:41:33 +0000 (07:41 +0000)
commitad638a3e423e5bc2bc621a60eb392ed77209dfe1
treec689411e0313a45c4d3c33f4688ddca304095194
parent58e6431f1ab5216819859495a18d6e855e6515d4
parentc96bb2c30307ec08443b37b905becba93de28259
Auto merge of #4222 - jfrikker:try_err, r=flip1995

Adding try_err lint

changelog: Adds the "try_err" lint, which catches instances of the following: Err(x)?
fixes #4212