mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
175974743a
Remove unnecessay .report() on ExitCode Since #93442, the return type is `ExitCode` anyway so there's no need to do a conversion using `.report()` (which is now just a no-op).