mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
31f37693e9
New lint [`needless_return_with_try`] Closes #10902 Rather than having a config option, this will just suggest removing the "return"; if `try_err` is used as well, then it'll be added again but without the `?`. changelog: New lint [`needless_return_with_try`]