rust/compiler/rustc_codegen_ssa
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
..
src Rollup merge of #82367 - matthiaskrgr:wraps, r=petrochenkov 2021-02-22 18:26:10 +09:00
Cargo.toml rustc_codegen_ssa: tune codegen scheduling to reduce memory usage 2021-02-03 18:55:05 -08:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.