rust/compiler
Yuki Okushi 1870b3bac6
Rollup merge of #82367 - matthiaskrgr:wraps, r=petrochenkov
remove redundant option/result wrapping of return values

If a function always returns `Ok(something)`, we can return `something` directly and remove the corresponding error handling in the callers.
clippy::unnecessary_wraps
2021-02-22 18:26:10 +09:00
..
2021-02-14 18:03:11 +03:00
2021-02-18 13:07:49 +03:00
2021-02-07 23:48:58 -08:00
2021-02-14 18:03:11 +03:00