mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
147fd3f236
remove unnecessary calls to `commit_if_ok` we propagate the error outwards, so anything which wants to discard the error should do so itself. r? types